Neutrome SDK reference
    Preparing search index...

    Type Alias ToolResultSpan

    Instruction range covering one tool result.

    type ToolResultSpan = {
        callId: string | null;
        end: number;
        start: number;
    }
    Index
    callId: string | null

    Id of the call this result answers, or null when absent.

    end: number

    Index of the closing instruction.

    start: number

    Index of the opening instruction.