This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache
template
Assistant
A flexible assistant object that can contain any fields
idstring
Assistant ID (MongoDB ObjectId)
Example:
507f1f77bcf86cd799439011
createdAtstring<date-time>
Creation timestamp
Example:
2023-12-01T10:30:00.000Z
updatedAtstring<date-time>
Last update timestamp
Example:
2023-12-01T15:45:00.000Z
property name*any
A flexible assistant object that can contain any fields
Example:
{"id":"507f1f77bcf86cd799439011","name":"Customer Support Bot","description":"AI assistant for customer support","status":"active","type":"chatbot","owner":"[email protected]","team":"customer-service","tags":["support","ai","chatbot"],"capabilities":["text-generation","sentiment-analysis"],"models":["gpt-4","claude-3"],"settings":{"temperature":0.7,"max_tokens":1000,"response_format":"markdown"},"createdAt":"2023-12-01T10:30:00.000Z","updatedAt":"2023-12-01T15:45:00.000Z"}
This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache
template
Assistant
{
"id": "507f1f77bcf86cd799439011",
"name": "Customer Support Bot",
"description": "AI assistant for customer support",
"status": "active",
"type": "chatbot",
"owner": "[email protected]",
"team": "customer-service",
"tags": [
"support",
"ai",
"chatbot"
],
"capabilities": [
"text-generation",
"sentiment-analysis"
],
"models": [
"gpt-4",
"claude-3"
],
"settings": {
"temperature": 0.7,
"max_tokens": 1000,
"response_format": "markdown"
},
"createdAt": "2023-12-01T10:30:00.000Z",
"updatedAt": "2023-12-01T15:45:00.000Z"
}