UNPKG

gaunt-sloth-assistant

Version:

[![Tests and Lint](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [![Integration Tests](https://github.co

5 lines (4 loc) 353 B
import { ChatGoogleGenerativeAI } from '@langchain/google-genai'; import type { BaseChatModel, BaseChatModelParams } from '@langchain/core/language_models/chat_models'; export declare function processJsonConfig(llmConfig: ChatGoogleGenerativeAI & BaseChatModelParams): Promise<BaseChatModel>; export declare function init(configFileName: string): void;