CREATE CHATBOT
Syntaxdatabase
CREATE DATABASE
command is used to connect data integrations including databases and applications such as chat interfaces.
The database
parameter stores the name of the chat interface connected to MindsDB with the CREATE DATABASE
command, such as Slack or MS Teams.
agent
agent
parameter stores the name of the agent created in MindsDB with the CREATE AGENT
command.
Alternatively, user can use the model
parameter, instead of agent
, to connect an LLM created in MindsDB with the CREATE MODEL
command.
is_running
is_running
parameter defines whether the chatbot is going to be available right after its creation (true
) or not (false
).
If it is set to false
, users can enable it with this command.
CREATE CHATBOT
syntax, use this method of connecting Slack to MindsDB.
DROP CHATBOT
Syntax