UNPKG

navigation-equipment-manuals-mcp-server

Version:

Navigation Equipment Manuals MCP Server for create, update, delete, and search navigation equipment manuals

13 lines 336 B
interface LLMOptions { model?: string; temperature?: number; max_tokens?: number; json_mode?: boolean; } export declare class LLMClient { private apiKey; constructor(apiKey: string); ask(query: string, systemPrompt?: string, options?: LLMOptions): Promise<any>; } export {}; //# sourceMappingURL=llm.d.ts.map