docs: specify execution config fields

- batch_size: parallel agent count (default: 5)
- output_dir: results directory (default: ./results)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
jilinchen
2025-12-30 10:46:33 +08:00
co-authored by Claude Opus 4.5
parent 302f2733d3
commit 6796214afe
2 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -71,7 +71,8 @@ items:
- name: "Item1"
source: "source info"
execution:
batch_size: 5
batch_size: 5 # parallel agents (default: 5)
output_dir: "./results" # output directory (default: ./results)
```
### fields.yaml