ISPO SDK
    Preparing search index...

    Interface ChatCompanionAgentDescriptor

    Markdown
    interface ChatCompanionAgentDescriptor {
        id: string;
        name: string;
        role?: string;
        selected?: boolean;
        sessionIds: readonly string[];
        status?: "idle" | "working" | "attention";
    }
    Index
    id: string
    name: string
    role?: string
    selected?: boolean
    sessionIds: readonly string[]
    status?: "idle" | "working" | "attention"