create_test_case
Create a test case in the database for a company by providing conversation context and expected output, enabling AI voice agent testing.
Instructions
Create a new test case in the database for a specific company
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Test case name | |
| tool_mocks | No | Optional tool call mocks for testing | |
| company_name | Yes | Company name in kebab-case (e.g., 'technical-life-care') | |
| conversation | Yes | Full conversation context for the test | |
| expected_output | Yes | Expected AI response | |
| expected_tool_call | No | Optional expected tool call |