UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 303 B
import type { OpenClawConfig } from "../config/config.js"; import type { SessionEntry } from "../config/sessions.js"; export declare function resolveModelAuthLabel(params: { provider?: string; cfg?: OpenClawConfig; sessionEntry?: SessionEntry; agentDir?: string; }): string | undefined;