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

    Interface RuntimeUpdatePromptRequest

    interface RuntimeUpdatePromptRequest {
        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[]