@molroo-ai/sdk
    Preparing search index...

    Interface ChatOptions

    Options for MolrooWorld.chat.

    interface ChatOptions {
        appraisal?: AppraisalVector;
        from?: string;
        history?: { content: string; role: "user" | "assistant" }[];
        includeState?: boolean;
        propagateToSpace?: boolean;
    }
    Index

    Properties

    appraisal?: AppraisalVector
    from?: string
    history?: { content: string; role: "user" | "assistant" }[]
    includeState?: boolean
    propagateToSpace?: boolean

    Override world-level groupAwareness for this chat (false = whisper).