@pouchy_ai/companion-sdk - v0.63.0
    Preparing search index...

    Interface ExpressionPayload

    Payload of a companion.expression event — avatar cues for an embed rendering the companion's body (e.g. a VRM). What is PRODUCED today (server 0.58.0): expression, a VRM 1.0 preset (happy / sad / angry / surprised / relaxed / neutral) read from the reply's tone, when the agent opted in (reply cues). viseme and gesture are declared for the shape and stay unused. A pure-text/audio host can ignore it.

    interface ExpressionPayload {
        expression?: string;
        gesture?: string;
        viseme?: string;
    }
    Index
    expression?: string
    gesture?: string
    viseme?: string