Member Junction
    Preparing search index...

    One diarized turn in the moderator's lookback window (oldest→newest).

    interface ModeratorLookbackTurn {
        AgentID?: string;
        IsAgent: boolean;
        Speaker: string;
        Text: string;
    }
    Index

    Properties

    AgentID?: string

    The agent's id when ModeratorLookbackTurn.IsAgent.

    IsAgent: boolean

    Whether the speaker was an agent (vs a human participant).

    Speaker: string

    Display name of who spoke (agent name or participant label).

    Text: string

    What was said (engine stores a memory-bounded copy; the moderator clips further per its config).