The Tools tab allows you to create and configure custom tools for your AI agent.

Types of Custom Tools

LLM Tools

  • Use LLM-based functions to process queries dynamically.
  • Execute actions using AI-powered function calling.
  • Learn more about function calling in OpenAI’s documentation: OpenAI Function Calling

Event Tools

  • Schedule tasks or trigger events based on specific conditions.
  • Available triggers:
    • On Schedule: Execute at predefined intervals.
    • On Start: Trigger an action when a session begins.
    • On Answer: Activate when the agent responds.
    • On Query: Run upon receiving a specific input.

Custom Tool Configuration

Next Steps