mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-27 02:02:18 +01:00
5 lines
185 B
Python
5 lines
185 B
Python
SLACK_BOT_PERSONA_PREFIX = "__slack_bot_persona__"
|
|
DEFAULT_PERSONA_SLACK_CHANNEL_NAME = "DEFAULT_SLACK_CHANNEL"
|
|
|
|
CONNECTOR_VALIDATION_ERROR_MESSAGE_PREFIX = "ConnectorValidationError:"
|