Files
deepseek-harness/examples/acp-agent/tests/snapshots/both-mode-turn/input.json
T

8 lines
300 B
JSON
Raw Normal View History

{
"steps": [
{ "op": "initialize" },
{ "op": "newSession" },
{ "op": "prompt", "text": "Call the run_code tool (NOT the native bash tool directly) with a program that runs exactly `echo BOTH_OK` via tools.bash and returns its output. Then reply with that output only and stop." }
]
}