Tool Calling Asking some query to the LLM. LLM is like a phone book , it can't call on its own. With some tools only it will. Tools are nothing but FUNCTIONS. Tool calling is also called as FUNCTION Calling. Its a method , which models reliably connect and interact with external tools like API , database or knowledge base. LLM gets set of tools and it decides which tools needs to be invoked for a specific user query and to complete a given task. ...