Tool calling in reasoning models #13359
Closed
idling-mind
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Saw this thread and wanted to answer on it for anyone else to see. https://docs.vllm.ai/en/latest/features/interleaved_thinking/#example-usage |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Saw a demo video from Qwen3's release blog post. https://qwenlm.github.io/blog/qwen3/#key-features where they demonstrates the tool calling capability of the model where it calls the tools during the thinking process.
I could not get open-webui do something similar with qwen3. What I have noticed is that the tool call happens even before thinking starts. I changed the function calling chat control to native and then it stopped working completely (no thinking, no tool call, even though the status message looked promising).
Is this a missing feature or something that I am messing up?
Beta Was this translation helpful? Give feedback.
All reactions