2026-07-19 13:03:31 +08:00
|
|
|
{
|
|
|
|
|
"steps": [
|
|
|
|
|
{ "op": "initialize" },
|
|
|
|
|
{ "op": "newSession" },
|
|
|
|
|
{
|
|
|
|
|
"op": "promptAndCancel",
|
|
|
|
|
"text": "Run two shell commands: wait for cancellation, then write skipped.txt.",
|
2026-07-19 13:09:16 +08:00
|
|
|
"afterUpdate": "tool_call",
|
|
|
|
|
"waitForToolCallUpdate": "call_skipped"
|
2026-07-19 13:03:31 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|