update_prompt_labels
Update labels for a specific prompt version, adding provided labels while preserving existing ones. Labels are unique across versions, and the 'latest' label is managed by Langfuse.
Instructions
Update labels for a specific prompt version.
This is the only supported mutation for existing prompts. Provided labels are added to the version (existing labels are preserved). Labels are unique across versions, and the 'latest' label is managed by Langfuse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the prompt to update | |
| version | Yes | The prompt version to update | |
| labels | Yes | Labels to add to this version (can be empty to add none). Existing labels are preserved; labels are unique across versions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||