Langfuse JS/TS SDKs
    Preparing search index...

    Interface TextPrompt

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

    interface TextPrompt {
        commitMessage?: string;
        config?: unknown;
        labels: string[];
        name: string;
        prompt: string;
        resolutionGraph?: Record<string, unknown>;
        tags: string[];
        version: number;
    }

    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
    resolutionGraph?: Record<string, unknown>

    The dependency resolution graph for the current prompt. Null if prompt has no dependencies.

    tags: string[]

    List of tags. Used to filter via UI and API. The same across versions of a prompt.

    version: number