Skip to content

Commit ef31160

Browse files
ci: apply automated fixes
1 parent 6dd789b commit ef31160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/typescript/ai-openai/tests/schema-converter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe('makeOpenAIStructuredOutputCompatible', () => {
9898
// Each variant in anyOf should have additionalProperties: false
9999
expect(result.properties.u.anyOf[0].additionalProperties).toBe(false)
100100
expect(result.properties.u.anyOf[1].additionalProperties).toBe(false)
101-
101+
102102
// Verify complete structure
103103
expect(result.additionalProperties).toBe(false)
104104
expect(result.required).toEqual(['u'])

0 commit comments

Comments
 (0)