本文档由聚智团队编写维护
curl --location --request POST 'http://127.0.0.1:2024/threads//state' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"values": [
{}
],
"checkpoint": {
"thread_id": "string",
"checkpoint_ns": "string",
"checkpoint_id": "string",
"checkpoint_map": {}
},
"as_node": "string"
}'
{
"checkpoint": {}
}