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{
|
ResponseFormat: &openai.ChatCompletionResponseFormat{
|
||||||
Type: openai.ChatCompletionResponseFormatTypeJSONSchema,
|
Type: openai.ChatCompletionResponseFormatTypeJSONSchema,
|
||||||
JSONSchema: openai.ChatCompletionResponseFormatJSONSchema{
|
JSONSchema: &openai.ChatCompletionResponseFormatJSONSchema{
|
||||||
Name: "cases",
|
Name: "cases",
|
||||||
Schema: jsonschema.Definition{
|
Schema: jsonschema.Definition{
|
||||||
Type: jsonschema.Object,
|
Type: jsonschema.Object,
|
||||||
|
|||||||
Reference in New Issue
Block a user