Member Junction
    Preparing search index...

    Contract for the agentPresence slot — character / avatar / voice-state visualization, rendered alongside the chat composer.

    interface IMJChatAgentPresenceComponent {
        AgentName?: string;
        AvatarUrl?: string;
        Mode?: "subtle" | "prominent";
        State: MJChatAgentPresenceState;
    }

    Implemented by

    Index

    Properties

    AgentName?: string

    Display name of the agent, e.g., "Sage" or "Sid".

    AvatarUrl?: string

    Optional avatar image URL.

    Mode?: "subtle" | "prominent"

    Visual intensity — subtle for production chat, prominent for tutor surfaces.