UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 227 B
export declare function extractInlineSimpleCommand(body?: string): { command: string; cleaned: string; } | null; export declare function stripInlineStatus(body: string): { cleaned: string; didStrip: boolean; };