get-prompt-version-by-tag
Retrieve a prompt version by its tag name. Get the template, model configuration, and invocation parameters for a tagged version.
Instructions
Get a prompt version by its tag name. Returns the prompt version with its template, model configuration, and invocation parameters.
Example usage: Get the 'production' tagged version of prompt 'article-summarizer'
Expected return: Prompt version object with template and configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_identifier | Yes | ||
| tag_name | Yes |