Files
abot/bots/deafult_bot.py
2026-01-14 16:57:36 -08:00

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