review/start 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"target": {
"type": "uncommittedChanges"
},
"threadId": "thread_123",
"delivery": null
}curl --location '/v1/yousure/review/start' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"target": {
"type": "uncommittedChanges"
},
"threadId": "thread_123",
"delivery": null
}'{
"result": {
"reviewThreadId": "thread_123",
"turn": {
"id": "example_id",
"items": [
{
"content": [
{
"text": "example",
"type": "text",
"text_elements": []
}
],
"id": "example_id",
"type": "userMessage",
"clientId": "example_id"
}
],
"status": "completed",
"completedAt": 1,
"durationMs": 1,
"error": {
"message": "example",
"additionalDetails": null,
"codexErrorInfo": "contextWindowExceeded",
"misalignment": null
},
"itemsView": "full",
"startedAt": 1
}
}
}