ollama-python
ollama-python copied to clipboard
Bug in tool_calls response parsing
I got it... I also found here in the response: https://github.com/ollama/ollama/blob/main/docs/api.md#chat-request-with-tools So in response, we got the arguments not args in json
yep! simple fix that will actually enable function calling :D
Thanks for all the help. Closed by https://github.com/ollama/ollama-python/pull/236