Interface: ConversationConstants
Static responses to send in pre-defined edge case scenarios.
Properties
LLM_NOT_WORKING
• LLM_NOT_WORKING: string
Response message sent when the chatbot's LLM is not working.
Defined in
packages/mongodb-chatbot-server/src/services/ConversationsService.ts:230
NO_RELEVANT_CONTENT
• NO_RELEVANT_CONTENT: string
Response message sent when the user sends a message that the chatbot that doesn't match anything in the chatbot's knowledge base.
Defined in
packages/mongodb-chatbot-server/src/services/ConversationsService.ts:226