Tools

Actions the agent can take during a conversation — search, calculations, API calls.

Tools let your agent do things, not just answer. When enabled, the AI decides when to call a tool, runs it, and uses the result in its reply.

Examples

  • Web search — look up current information.
  • Calculator — exact math instead of guessing.
  • Custom API calls — fetch data from your own backend.

Tips

  • Only enable tools your agent actually needs — extras slow down responses and cost more.
  • Give each tool a clear name and description so the AI knows when to use it.
  • Test tool flows end-to-end before publishing.

Previous: ← Knowledge · Next: Memory →