UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 176 B
import type { ContextPruningToolMatch } from "./settings.js"; export declare function makeToolPrunablePredicate(match: ContextPruningToolMatch): (toolName: string) => boolean;