Last Updated on : 2026-02-26 09:17:01download
Based on the device ID, query the summary and memory enabling status of the AI agent.
GET: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/memory/switch
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| device_id | String | path | true | The ID of the specified device. |
| Parameter name | Type | Description |
|---|---|---|
| memory_open | boolean | Indicates whether the memory feature is enabled. |
| summary_open | boolean | Indicates whether the summary feature is enabled. |
GET: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/memory/switch
{
"device_id": "6c3585ebfe301b40a8u***"
}
{
"memory_open": true,
"summary_open": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback