mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
22 lines
401 B
JSON
22 lines
401 B
JSON
{
|
|
"timestamp": "2025-01-02T03:04:05.678Z",
|
|
"type": "response_item",
|
|
"payload": {
|
|
"type": "reasoning",
|
|
"id": "reasoning-1",
|
|
"summary": [
|
|
{
|
|
"type": "summary_text",
|
|
"text": "Summarized thoughts"
|
|
}
|
|
],
|
|
"content": [
|
|
{
|
|
"type": "reasoning_text",
|
|
"text": "Detailed reasoning"
|
|
}
|
|
],
|
|
"encrypted_content": "encrypted"
|
|
}
|
|
}
|