Member Junction
    Preparing search index...

    A direct action or channel tool execution performed during the reviewed session (stored as a hidden MJ: Conversation Details turn with type: 'realtime_tool_execution').

    interface RealtimeSessionReviewAction {
        ArgsJson: string | null;
        At: Date | null;
        CallID: string;
        DurationMs: number;
        ID: string;
        ResultJson: string | null;
        Success: boolean;
        ToolName: string;
    }
    Index

    Properties

    ArgsJson: string | null

    Serialized argument payload, when recorded.

    At: Date | null

    When the tool execution was recorded (MJ: Conversation Details.__mj_CreatedAt).

    CallID: string

    Correlated tool call id (MJ: Conversation Details.ExternalID), falling back to ID.

    DurationMs: number

    Execution duration in ms (MJ: Conversation Details.CompletionTime).

    ID: string

    MJ: Conversation Details.ID.

    ResultJson: string | null

    Serialized result payload, when recorded.

    Success: boolean

    Whether the execution reported success.

    ToolName: string

    The tool/action name (e.g. File_Storage_List_Objects or Whiteboard_draw_shape).