We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db0657 commit e05f49aCopy full SHA for e05f49a
api/openapi.json
@@ -767,8 +767,7 @@
767
"title": "Provider"
768
},
769
"type": {
770
- "type": "string",
771
- "title": "Type"
+ "$ref": "#/components/schemas/QuestionType"
772
773
"chat_id": {
774
"type": "string",
@@ -897,6 +896,14 @@
897
896
"title": "QuestionAnswer",
898
"description": "Represents a question and answer pair."
899
+ "QuestionType": {
900
+ "type": "string",
901
+ "enum": [
902
+ "chat",
903
+ "fim"
904
+ ],
905
+ "title": "QuestionType"
906
+ },
907
"ValidationError": {
908
"properties": {
909
"loc": {
0 commit comments