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

9 lines (8 loc) 398 B
import type { GthConfig } from '#src/config.js'; /** * Ask a question and get an answer from the LLM * @param source - The source of the question (used for file naming) * @param preamble - The preamble to send to the LLM * @param content - The content of the question */ export declare function askQuestion(source: string, preamble: string, content: string, config: GthConfig): Promise<void>;