mirror of
https://github.com/openai/codex.git
synced 2026-05-03 04:42:20 +03:00
fix
This commit is contained in:
21
codex-rs/protocol/tests/fixtures/rollouts/response_item/reasoning.json
vendored
Normal file
21
codex-rs/protocol/tests/fixtures/rollouts/response_item/reasoning.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user