MCPcopy Create free account
hub / github.com/garrytan/gstack / ClassifierStatus

Interface ClassifierStatus

browse/src/security-classifier.ts:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111let debertaLoadError: string | null = null;
112
113export interface ClassifierStatus {
114 testsavant: 'ok' | 'degraded' | 'off';
115 transcript: 'ok' | 'degraded' | 'off';
116 deberta?: 'ok' | 'degraded' | 'off'; // only present when ensemble enabled
117}
118
119export function getClassifierStatus(): ClassifierStatus {
120 const testsavant =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected