diff options
| author | GitHub Action <[email protected]> | 2025-12-10 00:27:29 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-10 00:27:29 +0000 |
| commit | 2c27afaaf5aacd74118b30eb8a5e30c3336a2d53 (patch) | |
| tree | ce013657522f112c07665c4e9f2555f728782a36 /packages/sdk/openapi.json | |
| parent | 4bdc7c1426c544f9fe78f81b33471ef0be4fceac (diff) | |
| download | opencode-2c27afaaf5aacd74118b30eb8a5e30c3336a2d53.tar.gz opencode-2c27afaaf5aacd74118b30eb8a5e30c3336a2d53.zip | |
chore: regen sdk
Diffstat (limited to 'packages/sdk/openapi.json')
| -rw-r--r-- | packages/sdk/openapi.json | 57 |
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", |
