Files
deepseek-harness/examples/acp-agent/tests/snapshots/skill-load/input.json
T

8 lines
179 B
JSON
Raw Normal View History

2026-07-05 18:33:27 +08:00
{
"steps": [
{ "op": "initialize" },
{ "op": "newSession" },
2026-07-10 17:47:11 +08:00
{ "op": "prompt", "text": "Load the snapshot-skill skill with the skill tool, then reply DONE." }
2026-07-05 18:33:27 +08:00
]
}