upsert-prompt
Create or update a prompt template with model settings such as provider, model name, and temperature.
Instructions
Create or update a prompt with its template and configuration. Creates a new prompt and its initial version with specified model settings.
Example usage: Create a new prompt named 'email_generator' with a template for generating emails
Expected return: A confirmation message of successful prompt creation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| template | Yes | ||
| model_provider | No | OPENAI | |
| model_name | No | gpt-4 | |
| temperature | No |