Files
deepseek-harness/examples/acp-agent/tests/snapshots/fs-glob-sampling/input.json
T

8 lines
219 B
JSON
Raw Normal View History

{
"steps": [
{ "op": "initialize" },
{ "op": "newSession" },
{ "op": "prompt", "text": "Call glob exactly once with pattern * and path tree. Then reply with exactly GLOB_SAMPLED and nothing else." }
]
}