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

9 lines
202 B
JSON

{
"steps": [
{ "op": "initialize" },
{ "op": "newSession" },
{ "op": "prompt", "text": "Reply with exactly TITLE_DONE. Do not use tools." },
{ "op": "waitForTitleAfterTurnEnd" }
]
}