1
0

replay.override.json 1.2 KB

12345678910111213141516171819202122
  1. [
  2. {
  3. "kind": "chunks",
  4. "chunks": [
  5. { "type": "block-start", "index": 0, "blockType": "tool-call" },
  6. { "type": "tool-call-delta", "index": 0, "id": "call_workspace_read", "name": "run_code", "argumentsDelta": "{\"code\":\"return await tools.read({ file_path: 'nested/task.txt' })\",\"description\":\"Read nested/task.txt\"}" },
  7. { "type": "block-end", "index": 0, "block": { "type": "tool-call", "id": "call_workspace_read", "name": "run_code", "arguments": "{\"code\":\"return await tools.read({ file_path: 'nested/task.txt' })\",\"description\":\"Read nested/task.txt\"}" } },
  8. { "type": "usage", "usage": { "inputTokens": 10, "outputTokens": 5 } },
  9. { "type": "finish", "reason": { "kind": "tool-calls" } }
  10. ]
  11. },
  12. {
  13. "kind": "chunks",
  14. "chunks": [
  15. { "type": "block-start", "index": 0, "blockType": "text" },
  16. { "type": "text-delta", "index": 0, "text": "**Code Mode workspace handshake:** `CODE_MODE_CONTEXT_OK`" },
  17. { "type": "block-end", "index": 0, "block": { "type": "text", "text": "**Code Mode workspace handshake:** `CODE_MODE_CONTEXT_OK`" } },
  18. { "type": "usage", "usage": { "inputTokens": 10, "outputTokens": 5 } },
  19. { "type": "finish", "reason": { "kind": "stop" } }
  20. ]
  21. }
  22. ]