mongodb-rag-core
Version:
Common elements used by MongoDB Chatbot Framework components.
11 lines (10 loc) • 559 B
JavaScript
;
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.`,
};
//# sourceMappingURL=ConversationsService.js.map