save_draft_prompt
Save a draft prompt for a company to test later. Returns a prompt ID for use with run_tests.
Instructions
Save a draft prompt to the database for a specific company for later use in testing. Returns a prompt_id that can be used with run_tests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional label like 'iteration-1' or 'baseline' | |
| prompt | Yes | The full prompt text to save | |
| company_name | Yes | Company name in kebab-case (e.g., 'technical-life-care') |