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

    Interface RegisterAppPromptRequest

    Register app prompt request

    interface RegisterAppPromptRequest {
        name: string;
        description?: string;
        template: string;
        variables?: AppPromptVariable[];
    }
    Index

    Properties

    name: string
    description?: string
    template: string
    variables?: AppPromptVariable[]