compare_version_metrics
Compare performance metrics between two AI agent versions to evaluate which performs better. View differences in calls, duration, completion rate, and cost.
Instructions
A/B compare call performance metrics between two published versions. Shows total calls, answered calls, average duration, completion rate, total cost, and percentage deltas. Optionally filter by date range. Use this to evaluate which version performs better before deciding which to keep active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | No | End date for metrics (ISO 8601 format, e.g. '2025-01-31') | |
| agent_id | Yes | The agent ID | |
| date_from | No | Start date for metrics (ISO 8601 format, e.g. '2025-01-01') | |
| version_a | Yes | First version ID to compare | |
| version_b | Yes | Second version ID to compare |