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
So I've tried follow the tutorials from langchain , and I've also try creating my own tools, however. all the results from tool calls that I received is None. I've tried .invoke() method on a clean llm directly and it words fine, I've tried using different models deployed on the server but the tool_calls result is also None. In conclusion as long as i am using tool bonded llm, the response content will be empty and the tool_calls() result is None. I've looked up the langchain docs and find that ChatOllama is supported with tool calling , so as the model llama 3.1 im using. So I really wonder why.
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.
-
Checked other resources
Commit to Help
Example Code
Description
So I've tried follow the tutorials from langchain , and I've also try creating my own tools, however. all the results from tool calls that I received is None. I've tried .invoke() method on a clean llm directly and it words fine, I've tried using different models deployed on the server but the tool_calls result is also None. In conclusion as long as i am using tool bonded llm, the response content will be empty and the tool_calls() result is None. I've looked up the langchain docs and find that ChatOllama is supported with tool calling , so as the model llama 3.1 im using. So I really wonder why.
System Info
Name: langchain
Version: 0.3.13
Name: langchain-ollama
Version: 0.2.2
Beta Was this translation helpful? Give feedback.
All reactions