
Tech
Day 4 - LLM - Tool Calling
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.
...
Read the full discussion on Dev.to
This article was aggregated from Dev.to. Click to join the conversation.
View on Dev.to