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

    Interface UpdatePromptRequest

    Update prompt request

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

    Properties

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