Classifier type
++ Restore standard tiers to use Capability or Fuse v2. +
+ )} +- This router uses capability forecasting. Configure its classifier, threshold, and calibration through YAML or - the API. Saving preserves those settings -
- ); - } - - if (classifierType === "llm_v2") { - return ( -- Combines task demands and model capability in one forecast. Its solver profiles and quality allowance are - configured through the API. Saving this router preserves those settings -
-{help}
} ++ Invalid forecasts and classifier failures route to the capable solver +
+ )} ++ {isCapability + ? "Forecasts whether the efficient solver can complete the task using the bundled capability card" + : "Forecasts success for both solvers and selects efficient when the estimated quality gap is within your allowance"} +
++ Optional coefficients fitted for your judge, solvers, and harness. Leave off to use raw forecasts +
+ {config.calibration && ( ++ The classifier uses its bundled prompt and always falls back to the capable solver +
+ {error && ( ++ {error} +
+ )} +