database
stores connection to a chat app (like Slack or MS Teams) that should be created with the CREATE DATABASE
statement.agent
is an AI agent created with the CREATE AGENT
command. It consists of an AI model trained with defined data sets.included_channels
and excluded_channels
are optional and store channel names where the bot will or will not respond.enable_dms
is the initially supported mode of talking to a chatbot. A chatbot responds to direct messages.is_running
indicates whether or not to start the chatbot upon creation.CREATE CHATBOT
syntax, use this method of connecting Slack to MindsDB.my_slack
and be able to talk to the chatbot via DMs, follow this instruction.To see how the agent is created, follow this example.