Files
codex/codex-rs/protocol/tests/fixtures/rollouts/response_item/reasoning.json
Ahmed Ibrahim 0ee8f304e9 feedback
2025-09-17 22:56:00 -07:00

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"
}
}