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

9 lines
234 B
JSON
Raw Normal View History

{
"steps": [
{ "op": "initialize" },
{ "op": "newSession" },
{ "op": "prompt", "text": "Reply with exactly the word: ONE. No tools." },
{ "op": "prompt", "text": "Reply with exactly the word: TWO. No tools." }
]
}