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

    Interface CreatePromptRequest

    Create prompt request

    interface CreatePromptRequest {
        name: string;
        description?: string;
        template: string;
        variables?: PromptVariable[];
        category?: string;
    }
    Index

    Properties

    name: string
    description?: string
    template: string
    variables?: PromptVariable[]
    category?: string