input.json 253 B

1234567
  1. {
  2. "steps": [
  3. { "op": "initialize" },
  4. { "op": "newSession" },
  5. { "op": "prompt", "text": "Call the bash tool exactly once to run: echo HELLO. Whatever tool result comes back, quote it verbatim and stop without calling another tool." }
  6. ]
  7. }