Files
superpowers/evals/tests/fixtures/tools_ordered.jsonl

5 lines
300 B
Plaintext
Raw Normal View History

{"tool": "EnterWorktree", "args": {"branch": "feature/login"}, "source": "native"}
{"tool": "Read", "args": {"file_path": "/tmp/foo.py"}, "source": "native"}
{"tool": "Edit", "args": {"file_path": "/tmp/foo.py"}, "source": "native"}
{"tool": "Bash", "args": {"command": "pytest"}, "source": "shell"}