@promptbook/google
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
10 lines (9 loc) • 411 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.";
/**
* Note: [💞] Ignore a discrepancy between file name and entity name
*/