You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vLLM API server version 0.9.2
vllm serve Qwen/Qwen3-32B --tensor-parallel-size 4 --host 0.0.0.0 --enable-auto-tool-choice --tool-call-parser hermes
How would you like to use vllm
I know this might be a bug, a usage issue, or a model problem. Currently, I'm using LangChain version 0.3.25. When I use bind_tools(tools=[xxx], tool_choice="required"), after calling the tool and returning the result to the LLM, it continues to choose to call the same tool again, resulting in an infinite loop.
Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.