Function Calling (Developers)
From chat agents to advanced agents.
🔎 Function Calling
Function calling helps enhance an agent's capabilities by integrating external functions or APIs directly into the agent's responses. This feature enables the agent to execute specific actions, such as fetching real-time data or interacting with external services, based on inputs.
By integrating function calling and intent analysis, the agent will be able to dynamically respond to user queries with up-to-date information or trigger automated processes, making it more interactive and versatile.
Some examples include:
Fetching the latest token price when asked about a ticker
Fetching the top 5 Kaito yappers when asked for a KOL
Creating a token when a keyword is mentioned
Placing a trade with calculated amounts when pitched a good trade
Function calling is a premium feature to be implemented in HAT V2.
Last updated