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

    Interface Expert

    Expert object

    interface Expert {
        id: string;
        expert_name?: string;
        name: string;
        description?: string;
        avatar?: string;
        system_prompt?: string;
        model?: string;
        is_active?: boolean;
        is_base?: boolean;
        created_at?: string;
        updated_at?: string;
    }
    Index

    Properties

    id: string
    expert_name?: string
    name: string
    description?: string
    avatar?: string
    system_prompt?: string
    model?: string
    is_active?: boolean
    is_base?: boolean
    created_at?: string
    updated_at?: string