progress
This commit is contained in:
9
bots/deafult_bot.py
Normal file
9
bots/deafult_bot.py
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user