@skeel/launcher
    Preparing search index...

    Type Alias GetChatOptions

    Options for ISkeel.getChat.

    type GetChatOptions = {
        agentId?: string;
        chatId?: string;
        promptId?: string;
    }
    Index
    agentId?: string

    Published agent public ID to apply to chat requests.

    chatId?: string

    Chat ID to reference. Omit to use the current chat session.

    promptId?: string

    Published prompt public ID to apply to chat requests.