gpt-image-2 multi-image + fix: tools need reasoning_effort none on gpt-5.6 (ggg mute bug)
This commit is contained in:
@@ -43,7 +43,7 @@ class TestEnvelopeSchema(unittest.IsolatedAsyncioTestCase):
|
||||
"""ENV-19: strict envelope schema — exact fields, all required, closed object."""
|
||||
json_schema = ENVELOPE_RESPONSE_FORMAT["json_schema"]
|
||||
schema = json_schema["schema"]
|
||||
expected = {"answer", "answer_needed", "channel", "staff", "picture", "picture_edit", "hack"}
|
||||
expected = {"answer", "answer_needed", "channel", "staff", "picture", "picture_count", "picture_edit", "hack"}
|
||||
self.assertEqual(set(schema["properties"]), expected)
|
||||
self.assertEqual(set(schema["required"]), expected)
|
||||
self.assertFalse(schema["additionalProperties"])
|
||||
|
||||
Reference in New Issue
Block a user