UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

17 lines (16 loc) 424 B
export declare function resolveTelegramVoiceDecision(opts: { wantsVoice: boolean; contentType?: string | null; fileName?: string | null; }): { useVoice: boolean; reason?: string; }; export declare function resolveTelegramVoiceSend(opts: { wantsVoice: boolean; contentType?: string | null; fileName?: string | null; logFallback?: (message: string) => void; }): { useVoice: boolean; };