Langfuse JS/TS SDKs
    Preparing search index...

    Interface PromptMeta

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

    interface PromptMeta {
        labels: string[];
        lastConfig?: unknown;
        lastUpdatedAt: string;
        name: string;
        tags: string[];
        versions: number[];
    }
    Index

    Properties

    labels: string[]
    lastConfig?: unknown

    Config object of the most recent prompt version that matches the filters (if any are provided)

    lastUpdatedAt: string
    name: string
    tags: string[]
    versions: number[]