Skip to content

Commit ee64822

Browse files
committed
Regenerated OpenAPI schema
1 parent 82166b4 commit ee64822

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

docs/openapi.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
}
133133
},
134134
"conversation_id": "123e4567-e89b-12d3-a456-426614174000",
135-
"response": "LLM ansert"
135+
"response": "LLM answer"
136136
},
137137
"400": {
138138
"description": "Missing or invalid credentials provided by client",
@@ -276,7 +276,7 @@
276276
"503": {
277277
"description": "Service Unavailable",
278278
"detail": {
279-
"response": "Configuration is no loaded"
279+
"response": "Configuration is not loaded"
280280
}
281281
}
282282
}
@@ -808,14 +808,7 @@
808808
]
809809
},
810810
"inference": {
811-
"anyOf": [
812-
{
813-
"$ref": "#/components/schemas/InferenceConfiguration"
814-
},
815-
{
816-
"type": "null"
817-
}
818-
],
811+
"$ref": "#/components/schemas/InferenceConfiguration",
819812
"default": {}
820813
}
821814
},

0 commit comments

Comments
 (0)