Skip to content
Discussion options

You must be logged in to vote

This lacks some details that would be helpful, but I am assuming you are using a qwen model or similar that does has a non-standard tool calling set up.

Capabilities reference

Valid capabilities are tool_use and image_input; adding tool_use advertises native tool support, while omitting it (or using []) lets Continue rely on system message tools for Agent mode. [Model capabilities guide]

So, the practical suggestion:

If a model’s native tools are broken/incompatible and you want system message tools:
Configure the model without tool_use in capabilities (or set capabilities: []), and Agent mode will use system message tools automatically. [Qwen3-coder tools discussion; FAQs – tools not wor…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JoaoHCopetti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants