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 6439e1f commit 1880333Copy full SHA for 1880333
api_integration_test.go
@@ -211,7 +211,7 @@ func TestChatCompletionResponseFormat_JSONSchema(t *testing.T) {
211
},
212
ResponseFormat: &openai.ChatCompletionResponseFormat{
213
Type: openai.ChatCompletionResponseFormatTypeJSONSchema,
214
- JSONSchema: openai.ChatCompletionResponseFormatJSONSchema{
+ JSONSchema: &openai.ChatCompletionResponseFormatJSONSchema{
215
Name: "cases",
216
Schema: jsonschema.Definition{
217
Type: jsonschema.Object,
0 commit comments