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) 303 B
import { ChatVertexAIInput } from '@langchain/google-vertexai'; import type { BaseChatModel } from '@langchain/core/language_models/chat_models'; export declare function init(configFileName: string): void; export declare function processJsonConfig(llmConfig: ChatVertexAIInput): Promise<BaseChatModel>;