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

    Interface RegisterPromptRequest

    interface RegisterPromptRequest {
        name: string;
        description?: string;
        template: string;
        variables?: RuntimePromptVariable[];
        expertId?: string;
        category?: string;
        tags?: string[];
    }
    Index

    Properties

    name: string
    description?: string
    template: string
    variables?: RuntimePromptVariable[]
    expertId?: string
    category?: string
    tags?: string[]