Member Junction
    Preparing search index...

    Record of a tool call that was executed during a step. Captures the full lifecycle: what was called, with what args, and what happened.

    Index

    Constructors

    Properties

    Arguments: Record<string, unknown> = {}

    Arguments passed to the tool handler

    DurationMs: number = 0

    Execution duration in milliseconds

    Error?: string

    Error message if the tool call failed

    Result?: unknown

    Result returned by the tool handler

    Success: boolean = false

    Whether the tool call succeeded

    ToolName: string = ''

    Name of the tool that was called