Run integration tests for PRs (#823)
* Unbreak integration tests * Update integration-tests.yml
This commit is contained in:
@@ -211,7 +211,7 @@ func TestChatCompletionResponseFormat_JSONSchema(t *testing.T) {
|
||||
},
|
||||
ResponseFormat: &openai.ChatCompletionResponseFormat{
|
||||
Type: openai.ChatCompletionResponseFormatTypeJSONSchema,
|
||||
JSONSchema: openai.ChatCompletionResponseFormatJSONSchema{
|
||||
JSONSchema: &openai.ChatCompletionResponseFormatJSONSchema{
|
||||
Name: "cases",
|
||||
Schema: jsonschema.Definition{
|
||||
Type: jsonschema.Object,
|
||||
|
||||
Reference in New Issue
Block a user