curl --request GET \ --url http://127.0.0.1:47334/api/projects/{projectName}/chatbots/{chatbotName}
{ "name": "<string>", "database_name": "<string>", "agent_name": "<string>" }
The name of the project where agent resides
Name of existing chatbot
Name of the connection to a chat app like Slack or MS Teams
Agent object created beforehand. Alternatively, provide a large language model (LLM) using the model_name parameter.
model_name
Was this page helpful?