Files
deepseek-harness/examples/acp-agent/tests/snapshots/code-mode-turn/input.json
2026-07-21 18:38:22 +08:00

8 lines
385 B
JSON

{
"steps": [
{ "op": "initialize" },
{ "op": "newSession" },
{ "op": "prompt", "text": "Using ONE run_code program: call the bash tool twice — exactly `echo CODE_ONE` then exactly `echo CODE_TWO`. Inside that same program, console.log exactly `captured output`, then return the two outputs joined with a plus sign. Reply with that joined string only and stop." }
]
}