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...
k33g.hashnode.dev5 min read