@cpod/sdk - v0.2.7
    Preparing search index...

    Interface PromptTemplate

    Prompt template

    interface PromptTemplate {
        id: string;
        name: string;
        description?: string;
        template: string;
        variables: PromptVariable[];
        category?: string;
        is_global: boolean;
        created_by?: string;
        created_at: string;
        updated_at: string;
    }
    Index

    Properties

    id: string
    name: string
    description?: string
    template: string
    variables: PromptVariable[]
    category?: string
    is_global: boolean
    created_by?: string
    created_at: string
    updated_at: string