update_prompt_labels
Add labels to a specific prompt version while preserving existing labels. Use this to manage prompt versioning and organization.
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 | |
| labels | Yes | Labels to add to this version (can be empty to add none). Existing labels are preserved; labels are unique across versions. | |
| version | Yes | The prompt version to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||