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
I am building a tool and need a model about ollama that supports tool calling. I have tried with qwen3:8b and the tool is not called. Then I thought that I have to define the model with a .json file before and set supports_function_calling and supports_tool_choice to “true”. I did that, but it doesn't change anything. This is what the logs in the docker container look like:
Selecting single tool from tools: []
Chosen tool: None
With llama3 the tool call works partially well. Is it because certain models are defined and re-registered by onyx itself beforehand?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am building a tool and need a model about ollama that supports tool calling. I have tried with qwen3:8b and the tool is not called. Then I thought that I have to define the model with a .json file before and set supports_function_calling and supports_tool_choice to “true”. I did that, but it doesn't change anything. This is what the logs in the docker container look like:
Selecting single tool from tools: []
Chosen tool: None
With llama3 the tool call works partially well. Is it because certain models are defined and re-registered by onyx itself beforehand?
Beta Was this translation helpful? Give feedback.
All reactions