UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 284 B
export type GroupActivationMode = "mention" | "always"; export declare function normalizeGroupActivation(raw?: string | null): GroupActivationMode | undefined; export declare function parseActivationCommand(raw?: string): { hasCommand: boolean; mode?: GroupActivationMode; };