9 lines
307 B
Python
9 lines
307 B
Python
BOT_IDENTIFIER = "default_bot"
|
|
|
|
SYSTEM_PROMPT = """You are a helpful AI assistant in Slack.
|
|
You answer questions clearly and concisely.
|
|
You are friendly and professional."""
|
|
|
|
ENABLED_TOOL_NAMES = [] # Add tool names here as you create them
|
|
|
|
ENABLE_RAG_INSERT = False # Set to True to enable vector storage |