Files
crewAI/lib
Greyson LaLonde 6efa142e22 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.
2026-04-10 15:32:54 +08:00
..
2026-04-09 07:21:39 +08:00