Hi Spoody,
To get started with evaluating your AI assistant using the Vapi platform, you can follow these concise steps:
1. **Create an Evaluation**:
- Define a mock conversation with user and assistant messages.
- Specify expected behavior using exact match, regex patterns, or AI-powered judging.
Here is a quick [guide](
https://docs.vapi.ai/observability/evals-quickstart) for setting up evaluations.
2. **Run your Evaluation**:
- Execute the evaluation against your assistant to validate its responses.
- Use the results to debug and improve your assistant's performance.
3. **Manage Evaluations**:
- List, update, or delete evaluations to keep your testing organized.
- View run history to analyze past evaluation results.
For more detailed instructions on each step, refer to the [Create Eval documentation](
https://docs.vapi.ai/api-reference/eval/eval-controller-create). This will give you detailed API specifications and sample code to help implement your evaluations effectively.