Adding Multiple Tools to the Agent: SQLite, Web Search, and Live Weather
How the LLM knows what tools exist
Before we look at the tools themselves, it's worth understanding what the LLM actually sees. When you call llm.bind_tools(ALL_TOOLS), LangChain introspects each tool
glorykolade.hashnode.dev8 min read