summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/openapi.json
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-23 21:44:44 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-23 21:44:44 +0000
commit5c5069b6227ce6c4cbc1b6daca65da69daf43f84 (patch)
treea9443e05eb4ca260fdd7413567d572b440a280e2 /packages/sdk/openapi.json
parentf8c6ddd4cb08aab493fcaab69d44c5085083152e (diff)
downloadopencode-5c5069b6227ce6c4cbc1b6daca65da69daf43f84.tar.gz
opencode-5c5069b6227ce6c4cbc1b6daca65da69daf43f84.zip
chore: generate
Diffstat (limited to 'packages/sdk/openapi.json')
-rw-r--r--packages/sdk/openapi.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index 0c3d18972..cd7b381d8 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -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": {