get-prompt-by-identifier
Retrieve the latest version of a prompt by its name or ID. Returns the prompt template, model configuration, and invocation parameters.
Instructions
Get a prompt's latest version by its identifier (name or ID). Returns the prompt version with its template, model configuration, and invocation parameters.
Example usage: Get the latest version of a prompt with name 'article-summarizer'
Expected return: Prompt version object with template and configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_identifier | Yes |