MCPcopy Index your code
hub / github.com/CommonstackAI/UncommonRoute / TierStats

Interface TierStats

frontend/dashboard/src/api.ts:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface TierStats {
28 count: number;
29 avg_confidence: number;
30 avg_savings: number;
31 total_cost: number;
32}
33
34export interface ModelStats {
35 count: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected