Data & Testing
Testing Lab
Test your agent before it goes live. Run simulated conversations, compare prompt versions, and measure performance.
Test scenarios
Create test scenarios with expected outcomes and run them against any prompt version.
json
{
"scenario": "New lead calls to book a cleaning",
"inputs": ["Hi, I need to book a dental cleaning"],
"expected": {
"collects_name": true,
"checks_calendar": true,
"books_appointment": true
}
}A/B testing
Save prompt versions and run Version A against Version B on the same scenarios. The lab reports which one performs better on each metric.
Metrics
- Completion rate โ Did the agent finish the goal?
- Accuracy โ Did it collect the right information?
- Politeness score โ Was it friendly and professional?
- Transfer rate โ How often did it give up?
