Error in Ollama Functions js (Error(Failed to parse a function call from ${this.llm.model} output: ${chatGenerationContent}))
Can you help me please with this , i try to use ollama to make a chat that can call tools in order to answer to the the user question, I use the same documentation in langachain langchain openai call tools, so i just changed openai with ollama.The error that i get is this : ollama_langchain/node_modules/@langchain/community/dist/experimental/chat_models/ollama_functions.js:97
throw new Error(Failed to parse a function call from ${this.llm.model} output: ${chatGenerationContent}
);
^