docs(config): mark failOnToolError deprecated

This commit is contained in:
chengyongru
2026-08-25 11:54:40 +08:00
committed by chengyongru
parent 8332c604da
commit e723ea6b7e
+1 -1
View File
@@ -2225,7 +2225,7 @@ By default, nanobot only allows one spawned subagent at a time. When the limit i
}
```
Tool execution errors are returned to the subagent model so it can retry or choose a different approach within the same run. Provider failures, cancellation, and the maximum tool-iteration limit still stop the run.
The deprecated `agents.defaults.failOnToolError` field is silently ignored when present in older configs.
| Option | Default | Description |
|--------|---------|-------------|