Skip to content

Commit e05f49a

Browse files
Update OpenAPI to version generated from ref 6db0657 (#758)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6db0657 commit e05f49a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Diff for: api/openapi.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -767,8 +767,7 @@
767767
"title": "Provider"
768768
},
769769
"type": {
770-
"type": "string",
771-
"title": "Type"
770+
"$ref": "#/components/schemas/QuestionType"
772771
},
773772
"chat_id": {
774773
"type": "string",
@@ -897,6 +896,14 @@
897896
"title": "QuestionAnswer",
898897
"description": "Represents a question and answer pair."
899898
},
899+
"QuestionType": {
900+
"type": "string",
901+
"enum": [
902+
"chat",
903+
"fim"
904+
],
905+
"title": "QuestionType"
906+
},
900907
"ValidationError": {
901908
"properties": {
902909
"loc": {

0 commit comments

Comments
 (0)