Daniel Marino
24 October 2024
Fixing Langchain.js's ToolCallingAgentOutputParser Error with Ollama LLM and a Custom Tool
It can be a painful effort to integrate the Ollama LLM with a custom tool in Langchain.js and run into the "parseResult on ToolCallingAgentOutputParser" problem. Incompatible output parsing is the cause of this problem, which is usually associated with ChatGeneration formats.