publish_prompt
Set a specific prompt version as the default for production use, enabling promotion of tested versions from development to live environments.
Instructions
Publish a specific version of a prompt, making it the default version that will be used when the prompt is called. This is useful for promoting a tested version to production.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | Yes | Prompt ID or slug to publish | |
| version | Yes | Version number to publish as the default |