UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 206 B
import { type ThinkLevel } from "../../auto-reply/thinking.js"; export declare function pickFallbackThinkingLevel(params: { message?: string; attempted: Set<ThinkLevel>; }): ThinkLevel | undefined;