UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 245 B
import type { ReplyPayload } from "../types.js"; import type { HandleDirectiveOnlyParams } from "./directive-handling.params.js"; export declare function handleDirectiveOnly(params: HandleDirectiveOnlyParams): Promise<ReplyPayload | undefined>;