ISPO SDK
    Preparing search index...

    Interface HostChatsResult

    Markdown
    interface HostChatsResult {
        chats: ChatCompanionRow[];
        selectedId: string | null;
        create(input?: ChatCompanionCreateArgs): Promise<ChatCompanionCreateResult>;
        open(input: ChatCompanionOpenArgs): Promise<void>;
    }
    Index
    selectedId: string | null