Lifei/clean up old onboarding flow (#8099)

This commit is contained in:
Lifei Zhou
2026-03-26 11:34:22 +11:00
committed by GitHub
parent 8615853a89
commit d2553978c4
20 changed files with 10 additions and 1178 deletions
-62
View File
@@ -969,39 +969,6 @@
}
}
},
"/config/detect-provider": {
"post": {
"tags": [
"super::routes::config_management"
],
"operationId": "detect_provider",
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/DetectProviderRequest"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "Provider detected successfully",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/DetectProviderResponse"
}
}
}
},
"404": {
"description": "No matching provider found"
}
}
}
},
"/config/extensions": {
"get": {
"tags": [
@@ -4701,35 +4668,6 @@
}
}
},
"DetectProviderRequest": {
"type": "object",
"required": [
"api_key"
],
"properties": {
"api_key": {
"type": "string"
}
}
},
"DetectProviderResponse": {
"type": "object",
"required": [
"provider_name",
"models"
],
"properties": {
"models": {
"type": "array",
"items": {
"type": "string"
}
},
"provider_name": {
"type": "string"
}
}
},
"DictationProvider": {
"type": "string",
"enum": [