Arize Phoenix TS
    Preparing search index...

    A prompt template that can be attached to context

    type PromptTemplate = {
        template: string;
        variables?: Record<string, unknown>;
        version?: string;
    }
    Index

    Properties

    template: string
    variables?: Record<string, unknown>
    version?: string