Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 9bf6da8

Browse files
committed
-
1 parent 6975c64 commit 9bf6da8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Chain/StructuredOutput/ResponseFormatFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function create(): void
3939
'isActive' => ['type' => 'boolean'],
4040
'age' => ['type' => ['integer', 'null']],
4141
],
42-
'required' => ['id', 'name', 'createdAt', 'isActive', 'age'],
42+
'required' => ['id', 'name', 'createdAt', 'isActive'],
4343
'additionalProperties' => false,
4444
],
4545
'strict' => true,

tests/Chain/StructuredOutput/SchemaFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function buildSchemaForUserClass(): void
4141
'isActive' => ['type' => 'boolean'],
4242
'age' => ['type' => ['integer', 'null']],
4343
],
44-
'required' => ['id', 'name', 'createdAt', 'isActive', 'age'],
44+
'required' => ['id', 'name', 'createdAt', 'isActive'],
4545
'additionalProperties' => false,
4646
];
4747

0 commit comments

Comments
 (0)