Briyah SDK - v2.0.6
    Preparing search index...

    Interface ToolCaller

    Identifies the agent whose EXECUTE triggered this tool call.

    interface ToolCaller {
        isHuman: boolean;
        isLeader: boolean;
        nickname: string;
    }
    Index
    isHuman: boolean

    True when a human drives this agent (it never takes an AI turn).

    isLeader: boolean

    True when the caller is the room leader.

    nickname: string

    The calling agent's nickname — the identity used for artifact creator/viewers.