read_prompt_snippet_version
Retrieve a specific historical version of a prompt snippet using its checkpoint number to compare versions before rolling back.
Instructions
Read one historical version of a prompt_snippet by its CHECKPOINT NUMBER (an integer like 3, from the version field in list_prompt_snippet_versions) — not by its versionId. Use it to diff two versions before rolling back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The prompt_snippet's id. | |
| version | Yes | The integer checkpoint number, e.g. 3. |