summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/openapi.json
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-12-10 00:27:29 +0000
committerGitHub Action <[email protected]>2025-12-10 00:27:29 +0000
commit2c27afaaf5aacd74118b30eb8a5e30c3336a2d53 (patch)
treece013657522f112c07665c4e9f2555f728782a36 /packages/sdk/openapi.json
parent4bdc7c1426c544f9fe78f81b33471ef0be4fceac (diff)
downloadopencode-2c27afaaf5aacd74118b30eb8a5e30c3336a2d53.tar.gz
opencode-2c27afaaf5aacd74118b30eb8a5e30c3336a2d53.zip
chore: regen sdk
Diffstat (limited to 'packages/sdk/openapi.json')
-rw-r--r--packages/sdk/openapi.json57
1 files changed, 56 insertions, 1 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index cd9228928..55c9af732 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -2803,6 +2803,25 @@
"tool_call": {
"type": "boolean"
},
+ "interleaved": {
+ "anyOf": [
+ {
+ "type": "boolean",
+ "const": true
+ },
+ {
+ "type": "object",
+ "properties": {
+ "field": {
+ "type": "string",
+ "enum": ["reasoning_content", "reasoning_details"]
+ }
+ },
+ "required": ["field"],
+ "additionalProperties": false
+ }
+ ]
+ },
"cost": {
"type": "object",
"properties": {
@@ -7301,6 +7320,25 @@
"tool_call": {
"type": "boolean"
},
+ "interleaved": {
+ "anyOf": [
+ {
+ "type": "boolean",
+ "const": true
+ },
+ {
+ "type": "object",
+ "properties": {
+ "field": {
+ "type": "string",
+ "enum": ["reasoning_content", "reasoning_details"]
+ }
+ },
+ "required": ["field"],
+ "additionalProperties": false
+ }
+ ]
+ },
"cost": {
"type": "object",
"properties": {
@@ -8310,9 +8348,26 @@
}
},
"required": ["text", "audio", "image", "video", "pdf"]
+ },
+ "interleaved": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "object",
+ "properties": {
+ "field": {
+ "type": "string",
+ "enum": ["reasoning_content", "reasoning_details"]
+ }
+ },
+ "required": ["field"]
+ }
+ ]
}
},
- "required": ["temperature", "reasoning", "attachment", "toolcall", "input", "output"]
+ "required": ["temperature", "reasoning", "attachment", "toolcall", "input", "output", "interleaved"]
},
"cost": {
"type": "object",