UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

11 lines (10 loc) 447 B
import type { OpenClawConfig } from "../../config/config.js"; import type { SessionEntry } from "../../config/sessions.js"; import type { ReplyPayload } from "../types.js"; import type { InlineDirectives } from "./directive-handling.parse.js"; export declare function maybeHandleQueueDirective(params: { directives: InlineDirectives; cfg: OpenClawConfig; channel: string; sessionEntry?: SessionEntry; }): ReplyPayload | undefined;