UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

10 lines (9 loc) 332 B
import type { OpenClawConfig } from "../../config/config.js"; import type { MsgContext, TemplateContext } from "../templating.js"; export declare function stageSandboxMedia(params: { ctx: MsgContext; sessionCtx: TemplateContext; cfg: OpenClawConfig; sessionKey?: string; workspaceDir: string; }): Promise<void>;