PUT
/
api
/
projects
/
{projectName}
/
chatbots
/
{chatbotName}

Path Parameters

projectName
string
required

The name of the project where agent resides

chatbotName
string
required

The name of the chatbot

Body

application/json
chatbot
object

Response

200 - application/json
name
string
database_id
string

Connection to a chat app like Slack or MS Teams

agent_name
string

Agent object created beforehand. Alternatively, provide a large language model (LLM) using the model_name parameter.