UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 208 B
import type { ChatCommandDefinition } from "./commands-registry.types.js"; export declare function getChatCommands(): ChatCommandDefinition[]; export declare function getNativeCommandSurfaces(): Set<string>;