Skip to main content
You need to configure the tools that your agent uses in production in the config file for running evaluating your LLM and running simulations via CLI. For a primer on tools, refer to Tools. Each tool has:

Structured output tools

Structured output tools extract structured data from the conversation. The agent calls the tool and returns the data in the format defined by the parameters schema.
Any valid JSON schema can be used as the parameters schema.

Webhook tools

Webhook tools make HTTP requests to external APIs. When the agent calls a webhook tool, Calibrate makes the HTTP request and returns the response to the agent.
The webhook object has: