run_tests
Run regression tests on a system prompt with real LLM evaluation for a company. Use a saved prompt ID for speed or provide the system prompt text directly.
Instructions
Run regression tests against a system prompt with real LLM evaluation for a specific company. Use prompt_id (from save_draft_prompt) for faster performance, or system_prompt for direct text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | No | Optional tool definitions for the test | |
| prompt_id | No | UUID of a saved draft prompt (from save_draft_prompt). Preferred for performance. Use this OR system_prompt, not both. | |
| test_model | No | Optional model to use for testing (e.g., 'gpt-4') | |
| company_name | Yes | Company name in kebab-case (e.g., 'technical-life-care') | |
| system_prompt | No | The system prompt text to test. Use this OR prompt_id, not both. | |
| test_case_ids | No | Optional array of test case UUIDs to run. If omitted, runs all tests. |