Files
deepseek-harness/examples/acp-agent/tests/snapshots/session-title-after-turn/replay.override.json
2026-07-28 15:18:48 +08:00

16 lines
617 B
JSON

[
{
"kind": "chunks",
"chunks": [
{ "type": "block-start", "index": 0, "blockType": "text" },
{ "type": "text-delta", "index": 0, "text": "Late" },
{ "type": "text-delta", "index": 0, "text": " durable" },
{ "type": "text-delta", "index": 0, "text": " session" },
{ "type": "text-delta", "index": 0, "text": " title" },
{ "type": "block-end", "index": 0, "block": { "type": "text", "text": "Late durable session title" } },
{ "type": "usage", "usage": { "inputTokens": 12, "outputTokens": 4 } },
{ "type": "finish", "reason": { "kind": "stop" } }
]
}
]