Skip to main content

Interface: ConversationConstants

Conversations.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-rag-core/src/conversations/ConversationsService.ts:233


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-rag-core/src/conversations/ConversationsService.ts:229