agentic-openapi-parser
    Preparing search index...

    Interface RequestEndInfo

    interface RequestEndInfo {
        durationMs: number;
        requestId: string;
        statusCode?: number;
        success: boolean;
        toolName: string;
    }

    Hierarchy (View Summary)

    Index
    durationMs: number
    requestId: string

    Correlates this call's start/end/retry events — needed because executeMany can run the same toolName concurrently more than once.

    statusCode?: number
    success: boolean
    toolName: string