Interface ApiPromptVersionUpdatePayload

interface ApiPromptVersionUpdatePayload {
    newLabels: string[];
}

Properties

Properties

newLabels: string[]

New labels for the prompt version. Labels are unique across versions. The "latest" label is reserved and managed by Langfuse.