UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 226 B
import type { TemplateContext } from "../templating.js"; export declare function buildInboundMetaSystemPrompt(ctx: TemplateContext): string; export declare function buildInboundUserContextPrefix(ctx: TemplateContext): string;