agentic-openapi-parser
    Preparing search index...

    Interface ObservabilityHooks

    interface ObservabilityHooks {
        onRequestEnd?: (info: RequestEndInfo) => void;
        onRequestStart?: (info: RequestStartInfo) => void;
        onRetry?: (info: RetryInfo) => void;
    }
    Index
    onRequestEnd?: (info: RequestEndInfo) => void
    onRequestStart?: (info: RequestStartInfo) => void
    onRetry?: (info: RetryInfo) => void