This question originally came up in our Slack community and the thread has been consolidated here for long-term reference.
I’m using qwen3-32B LLM via the Groq plugin, but tool calling is broken. The agent speaks the tool call JSON out loud:
<tool_call>
{"name": "end_call", "arguments": {}}
</tool_call>
It was working fine with Gemini model.