mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 02:06:41 +00:00
chore: generate
This commit is contained in:
@@ -11822,6 +11822,24 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"tool_output": {
|
||||
"description": "Thresholds for truncating tool output. When output exceeds either limit, the full text is written to the truncation directory and a preview is returned.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"max_lines": {
|
||||
"description": "Maximum lines of tool output before it is truncated and saved to disk (default: 2000)",
|
||||
"type": "integer",
|
||||
"exclusiveMinimum": 0,
|
||||
"maximum": 9007199254740991
|
||||
},
|
||||
"max_bytes": {
|
||||
"description": "Maximum bytes of tool output before it is truncated and saved to disk (default: 51200)",
|
||||
"type": "integer",
|
||||
"exclusiveMinimum": 0,
|
||||
"maximum": 9007199254740991
|
||||
}
|
||||
}
|
||||
},
|
||||
"compaction": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user