Skip to main content

This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache template




AssistantInput

Input data for creating or updating an assistant (flexible schema)

property name*any

Input data for creating or updating an assistant (flexible schema)

Example: {"name":"Customer Support Bot","description":"AI assistant for customer support","status":"active","type":"chatbot","owner":"[email protected]","team":"customer-service","tags":["support","ai","chatbot"]}



This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache template

AssistantInput
{
"name": "Customer Support Bot",
"description": "AI assistant for customer support",
"status": "active",
"type": "chatbot",
"owner": "[email protected]",
"team": "customer-service",
"tags": [
"support",
"ai",
"chatbot"
]
}