@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
7 lines (6 loc) • 332 B
TypeScript
/**
* Default user-facing error text shown in chats when the generator fails.
*
* @private internal fallback for `LlmChat` so the same string can be reused across the stack without repetition.
*/
export declare const DEFAULT_CHAT_FAIL_MESSAGE = "Sorry, I encountered an error processing your message. Please, try again later.";