UNPKG

@unified-llm/core

Version:

Unified LLM interface (in-memory).

7 lines 299 B
import type { Tool } from '../types/unified-api.js'; export declare function setTools(tools: Tool[]): void; export declare const callAnotherClient: Tool<{ id: string; threadId: string; }, import("../types/unified-api.js").UnifiedChatResponse>; //# sourceMappingURL=callAnotherClient.d.ts.map