Using "tools" support (or function calling) with LangchainJS and Ollama
Tools? Function calling? Some LLMs offer tools support, which allows for function calling. But let's be clear: an LLM cannot execute a function. Tools support means that if you provide an LLM with a formatted list of tools (like the one below), the L...
Mar 6, 20255 min read2.4K


!["Structured Output" with Ollama and LangChainJS [the return]](https://cdn.hashnode.com/res/hashnode/image/upload/v1739090965229/13f30483-2b48-4c24-957c-bf162b9a9e5c.webp)


