fix(core): enforce tool output truncation variants
This commit is contained in:
parent
7a58560161
commit
7cfcb644ab
5 changed files with 52 additions and 17 deletions
|
|
@ -385,6 +385,8 @@ To disable shared tool output truncation, set `truncate` to `false`:
|
|||
}
|
||||
```
|
||||
|
||||
`truncate: false` cannot be combined with `max_lines` or `max_bytes`; thresholds only apply when truncation is enabled.
|
||||
|
||||
---
|
||||
|
||||
### Models
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue