Member Junction
    Preparing search index...

    Interface ModeratorRosterAgentInput

    One agent in the room as the moderator sees it (structurally matches the engine's ModeratorRosterAgent).

    interface ModeratorRosterAgentInput {
        AgentID?: string;
        AgentSessionID: string;
        Mode: "proactive" | "addressed-only";
        Names: string[];
        Role?: string;
        TargetAgentID?: string;
    }
    Index

    Properties

    AgentID?: string
    AgentSessionID: string
    Mode: "proactive" | "addressed-only"
    Names: string[]
    Role?: string
    TargetAgentID?: string