UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 389 B
type ToolAggregateOptions = { markdown?: boolean; }; export declare function shortenPath(p: string): string; export declare function shortenMeta(meta: string): string; export declare function formatToolAggregate(toolName?: string, metas?: string[], options?: ToolAggregateOptions): string; export declare function formatToolPrefix(toolName?: string, meta?: string): string; export {};