When to create manually
While AI generation covers most use cases, you may want to create scenarios manually for:- Specific edge cases you’ve seen in production
- Regression tests for known bugs
- Custom test cases that don’t fit standard ring patterns
- Fine-tuned scenarios with precise expected outcomes
Creating a scenario
- Go to the Evaluators page
- Click Add Scenario
- Fill in the fields:
| Field | Description |
|---|---|
| Ring | Which ring this scenario belongs to |
| Intent | What the caller wants |
| User Perspective | Second-person description of the caller’s behavior |
| Expected Outcome | Step-by-step expected agent behavior |
| Path | Which call flow path this exercises |
| Variant Type | (Ring 2) Which policy rule is being tested |
| Behavior Modifiers | Optional: language, interruption timing, noise, etc. |

