mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
9 lines
211 B
JSON
9 lines
211 B
JSON
{
|
|
"steps": [
|
|
{ "op": "initialize" },
|
|
{ "op": "newSession" },
|
|
{ "op": "promptAndCancel", "text": "Start a long task; this turn will be cancelled mid-stream." },
|
|
{ "op": "waitForTurnEnd" }
|
|
]
|
|
}
|