gaunt-sloth-assistant
Version:
[](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [ • 353 B
TypeScript
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;