UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 328 B
import type { ReplyPayload } from "../types.js"; import type { ApplyInlineDirectivesFastLaneParams } from "./directive-handling.params.js"; export declare function applyInlineDirectivesFastLane(params: ApplyInlineDirectivesFastLaneParams): Promise<{ directiveAck?: ReplyPayload; provider: string; model: string; }>;