fix: forward strict mode to Anthropic and Bedrock providers
The OpenAI-format tool schema sets strict: true but this was dropped during conversion to Anthropic/Bedrock formats, so neither provider used constrained decoding. Without it, the model can return string "None" instead of JSON null for nullable fields, causing Pydantic validation failures.
G
Greyson LaLonde committed
6efa142e220cba99cbdfd03cff80740618a7e135
Parent: fc6792d
Committed by GitHub <noreply@github.com>
on 4/10/2026, 7:32:54 AM