如有调用问题,通过 Model Link 首页二维码添加工作人员处理
curl --location --request POST 'https://api.modellink.online/v1/threads/' \
--header 'Content-Type: application/json' \
--data-raw '{
"metadata": {
"modified": "true",
"user": "abc123"
}
}'{
"id": "thread_abc123",
"object": "thread",
"created_at": 1699014083,
"metadata": {
"modified": "true",
"user": "abc123"
}
}