MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins /

Class

ai/ai.ts:2515–2515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2513
2514class AIService implements ConfigChangeListener {
2515 private configManager?: ConfigManager;
2516 private configManagerPromise: Promise<ConfigManager>;
2517 private activeTokens: Set<AbortToken> = new Set();
2518 private httpClient: HttpClient;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected