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