get-prompt-version-by-tag
Fetch a prompt version by its tag name to retrieve its template, model configuration, and invocation parameters.
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 |