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 623074c commit 6439e1fCopy full SHA for 6439e1f
chat.go
@@ -182,8 +182,8 @@ const (
182
)
183
184
type ChatCompletionResponseFormat struct {
185
- Type ChatCompletionResponseFormatType `json:"type,omitempty"`
186
- JSONSchema ChatCompletionResponseFormatJSONSchema `json:"json_schema,omitempty"`
+ Type ChatCompletionResponseFormatType `json:"type,omitempty"`
+ JSONSchema *ChatCompletionResponseFormatJSONSchema `json:"json_schema,omitempty"`
187
}
188
189
type ChatCompletionResponseFormatJSONSchema struct {
0 commit comments