/**
 * 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
 */
