get_prompt_version
Retrieve the full configuration of a prompt template version, including messages, model, and LLM parameters. Use this read-only operation to inspect a version before making changes.
Instructions
Get the full contents of a prompt template version. This is a read-only operation.
Returns the complete prompt template configuration including messages, model, provider, and LLM parameters. Use this to inspect a version before making changes.
Args: project_id: The Freeplay project ID template_id: The prompt template ID version_id: The version ID to retrieve
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| version_id | Yes | ||
| template_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |