gmetzker-4c
gmetzker-4c
I'm also trying to use Anthropic models on Bedrock with **thinking** and **structured outputs**. I need a method to force a `tool_choice=auto` to get this to work. On one hand...
> I think the right solution will be what I described in the last paragraph in https://github.com/pydantic/pydantic-ai/issues/3092#issuecomment-3376409540, which is to not set tool_choice=any if we know it's not supported, which...
Any movement on this? Would be nice to see official 3.12 support.
Also looking for a model setting to force `tool_choice`. Mainly because I want to use structured (tool) outputs with Claude on Bedrock along with **thinking enabled**. This requires tool_choice=auto. But...