mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 12:52:11 +03:00
fix(types): declare virtual chaos combo config (#8815)
This commit is contained in:
@@ -28,6 +28,7 @@ import {
|
||||
SYNTHETIC_NOAUTH_CONNECTION_ID as RESILIENCE_NOAUTH_CONNECTION_ID,
|
||||
type ConnectionResilienceView,
|
||||
} from "./resilienceCandidateFilter";
|
||||
import type { ChaosTuning } from "./chaosEngine";
|
||||
|
||||
/** #4235 Phase B: optional category/tier overlay for `auto/<category>:<tier>` combos.
|
||||
* #6453: optional `family` overlay for `auto/<family>` combos (e.g. `auto/glm`) —
|
||||
@@ -96,6 +97,12 @@ type VirtualAutoCombo = AutoComboConfig & {
|
||||
explorationRate: number;
|
||||
routerStrategy: string;
|
||||
};
|
||||
chaos?: {
|
||||
enabled: true;
|
||||
panelSize: number;
|
||||
judgeModel?: string;
|
||||
tuning: ChaosTuning;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user