本文档由聚智团队编写维护
POST /assistants/{assistant_id}/latest
endpoint.curl --location --request POST 'http://127.0.0.1:2024/assistants' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"assistant_id": "b3a0271c-5834-40ff-bc5d-41ab5e39dfef",
"graph_id": "open_deep_research",
"config": {},
"metadata": {},
"if_exists": "raise",
"name": "string",
"description": "string"
}'
{
"assistant_id": "b3a0271c-5834-40ff-bc5d-41ab5e39dfef",
"graph_id": "open_deep_research",
"config": {
"tags": [
"string"
],
"recursion_limit": 0,
"configurable": {}
},
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"metadata": {},
"version": 0,
"name": "string",
"description": "string"
}