UNPKG

mongodb-rag-core

Version:

Common elements used by MongoDB Chatbot Framework components.

13 lines (11 loc) 651 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultConversationConstants = void 0; exports.defaultConversationConstants = { NO_RELEVANT_CONTENT: `Unfortunately, I do not know how to respond to your message. Please try to rephrase your message. Adding more details can help me respond with a relevant answer.`, LLM_NOT_WORKING: `Unfortunately, my chat functionality is not working at the moment, so I cannot respond to your message. Please try again later. However, here are some links that might provide some helpful information for your message:`, }; //# sourceMappingURL=ConversationsService.js.map