@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines (5 loc) • 337 B
TypeScript
import type { ThinkingLevel } from "@mariozechner/pi-agent-core";
import type { ReasoningLevel, ThinkLevel } from "../../auto-reply/thinking.js";
export declare function mapThinkingLevel(level?: ThinkLevel): ThinkingLevel;
export declare function describeUnknownError(error: unknown): string;
export type { ReasoningLevel, ThinkLevel };