UNPKG

@unified-llm/core

Version:

Unified LLM interface (in-memory).

7 lines (6 loc) 246 B
import type { Tool } from '../types/unified-api'; export declare function setTools(tools: Tool[]): void; export declare const callAnotherClient: Tool<{ id: string; threadId: string; }, import("../types/unified-api").UnifiedChatResponse>;