Sean Walker
Results
2
comments of
Sean Walker
I'm running into this when combining tool calling with extended thinking. Both work fine when used without the other, but when the llm tries to call a tool, I see...
I realized the issue in our case -- we're not using `experimental_transform` or `prepareStep` or anything, but we _are_ using the `openai-compatible` provider (against Litellm), _not_ `anthropic`. I looked into...