Move sequences_example.json into configs/ for consistency

This commit is contained in:
Operator
2026-06-24 11:30:54 -04:00
parent a1f488a000
commit dc4f09b59f
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ python fuzzer.py --analyze results.log --analyze-html report.html
Chain requests for conversation-based testing:
```bash
python fuzzer.py --sequences sequences_example.json --sequence "jailbreak-chain" -c config.yml
python fuzzer.py --sequences configs/sequences_example.json --sequence "jailbreak-chain" -c configs/simple_post.yml
```
## Other Features