The Tools tab allows you to create and configure custom tools for your AI agent.
- 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
- 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.
Next Steps