Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface BridgeRouteMatch

    interface BridgeRouteMatch {
        gatewayPath: string;
        incomingPath: string;
        modelFromPath: string | null;
        provider:
            | "gemini"
            | "local"
            | "openai"
            | "anthropic"
            | "openrouter"
            | "xai";
        requestKind: BridgeRequestKind;
    }
    Index
    gatewayPath: string
    incomingPath: string
    modelFromPath: string | null
    provider: "gemini" | "local" | "openai" | "anthropic" | "openrouter" | "xai"
    requestKind: BridgeRequestKind