UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

13 lines (12 loc) 429 B
import type { OpenClawConfig } from "../../config/config.js"; import type { MsgContext } from "../templating.js"; import type { CommandContext } from "./commands-types.js"; export declare function buildCommandContext(params: { ctx: MsgContext; cfg: OpenClawConfig; agentId?: string; sessionKey?: string; isGroup: boolean; triggerBodyNormalized: string; commandAuthorized: boolean; }): CommandContext;