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

    Interface UpdateExpertRequest

    Request to update an expert

    interface UpdateExpertRequest {
        name?: string;
        description?: string;
        system_prompt?: string;
        model?: string;
        avatar?: string;
        is_active?: boolean;
    }
    Index

    Properties

    name?: string
    description?: string
    system_prompt?: string
    model?: string
    avatar?: string
    is_active?: boolean