We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ef2a3 commit 1c0b108Copy full SHA for 1c0b108
chat.go
@@ -176,6 +176,7 @@ type ChatCompletionResponseFormatType string
176
177
const (
178
ChatCompletionResponseFormatTypeJSONObject ChatCompletionResponseFormatType = "json_object"
179
+ ChatCompletionResponseFormatTypeJSONSchema ChatCompletionResponseFormatType = "json_schema"
180
ChatCompletionResponseFormatTypeText ChatCompletionResponseFormatType = "text"
181
)
182
0 commit comments