本文档由聚智团队编写维护
curl --location --request PATCH 'http://127.0.0.1:2024/threads/' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"metadata": {}
}'
{
"thread_id": "1de43264-67cb-48af-89f9-e865c375bb84",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"metadata": {},
"status": "idle",
"values": {}
}