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

Class

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

Source from the content-addressed store, hash-verified

3752
3753abstract class BaseFeatureHandler implements FeatureHandler {
3754 abstract readonly name: string;
3755 abstract readonly command: string;
3756 abstract readonly description: string;
3757 abstract execute(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected