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

13 lines (12 loc) 788 B
import { StatusUpdateCallback } from '#src/core/GthLangChainAgent.js'; export declare const initSessionLogging: (logFileName: string, enableLogging: boolean) => void; export declare const flushSessionLog: () => void; export declare const stopSessionLogging: () => void; export declare function displayError(message: string): void; export declare function displayWarning(message: string): void; export declare function displaySuccess(message: string): void; export declare function displayInfo(message: string): void; export declare function display(message: string): void; export declare function formatInputPrompt(message: string): string; export declare function displayDebug(message: string | Error | undefined): void; export declare const defaultStatusCallback: StatusUpdateCallback;