We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4e40df + 7d12213 commit 7135e0eCopy full SHA for 7135e0e
1 file changed
server/models/api.py
@@ -126,6 +126,7 @@ class ToolChat(BaseModel):
126
127
class ResponseFormat(BaseModel):
128
type: Annotated[str, Field(description="The format type, either 'text' or 'json_object'")] = "text"
129
+ json_schema: dict[str, Any] | None
130
131
132
class ChatCompletionRequest(BaseModel):
0 commit comments