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

4 lines (3 loc) 245 B
import { BaseChatModel } from '@langchain/core/language_models/chat_models'; import type { FakeChatInput } from '@langchain/core/utils/testing'; export declare function processJsonConfig(llmConfig: FakeChatInput): Promise<BaseChatModel | null>;