agentic-openapi-parser
    Preparing search index...

    Interface RequestStartInfo

    interface RequestStartInfo {
        requestId: string;
        toolName: string;
    }

    Hierarchy (View Summary)

    Index
    requestId: string

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

    toolName: string