refactor(opencode): simplify tool output disable config
This commit is contained in:
parent
d4f83ba2b7
commit
5d929f78c3
7 changed files with 14 additions and 42 deletions
|
|
@ -1298,14 +1298,8 @@ export type Config = {
|
|||
* Configure tool output truncation. When output exceeds either limit, the full text is written to the truncation directory and a preview is returned.
|
||||
*/
|
||||
tool_output?:
|
||||
| false
|
||||
| {
|
||||
/**
|
||||
* Disable tool output truncation
|
||||
*/
|
||||
truncate: false
|
||||
}
|
||||
| {
|
||||
truncate?: true
|
||||
max_lines?: number
|
||||
max_bytes?: number
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue