Langfuse JS/TS SDKs
    Preparing search index...

    Interface CreateTextPromptRequest

    This file was auto-generated by Fern from our API Definition.

    interface CreateTextPromptRequest {
        commitMessage?: string;
        config?: unknown;
        labels?: string[];
        name: string;
        prompt: string;
        tags?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    commitMessage?: string

    Commit message for this prompt version.

    config?: unknown
    labels?: string[]

    List of deployment labels of this prompt version.

    name: string
    prompt: string
    tags?: string[]

    List of tags to apply to all versions of this prompt.