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