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

    Interface EnforceRouteDecision

    Model routing switchboard.

    interface EnforceRouteDecision {
        estimatedCost: number;
        model: string;
        provider: string;
        reason: string;
    }
    Index
    estimatedCost: number
    model: string
    provider: string
    reason: string