summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-02 15:01:45 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-02 15:01:45 +0000
commit57a5236e71f983fbeb06834fd4ec7990aa260975 (patch)
treef7ec78d4d5f901cb6f1abbb77fc2ef784ef25782 /packages/sdk
parent23c865608018a882a99149b7e979f4f6fbcc0600 (diff)
downloadopencode-57a5236e71f983fbeb06834fd4ec7990aa260975.tar.gz
opencode-57a5236e71f983fbeb06834fd4ec7990aa260975.zip
chore: generate
Diffstat (limited to 'packages/sdk')
-rw-r--r--packages/sdk/js/src/v2/gen/types.gen.ts12
-rw-r--r--packages/sdk/openapi.json35
2 files changed, 1 insertions, 46 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts
index 290c6fd5e..bf9fe9520 100644
--- a/packages/sdk/js/src/v2/gen/types.gen.ts
+++ b/packages/sdk/js/src/v2/gen/types.gen.ts
@@ -4167,23 +4167,11 @@ export type ProviderListResponses = {
input: Array<"text" | "audio" | "image" | "video" | "pdf">
output: Array<"text" | "audio" | "image" | "video" | "pdf">
}
- experimental?: boolean
status?: "alpha" | "beta" | "deprecated"
- options: {
- [key: string]: unknown
- }
- headers?: {
- [key: string]: string
- }
provider?: {
npm?: string
api?: string
}
- variants?: {
- [key: string]: {
- [key: string]: unknown
- }
- }
}
}
}>
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index ba7188af1..5a60c4e47 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -4740,29 +4740,10 @@
},
"required": ["input", "output"]
},
- "experimental": {
- "type": "boolean"
- },
"status": {
"type": "string",
"enum": ["alpha", "beta", "deprecated"]
},
- "options": {
- "type": "object",
- "propertyNames": {
- "type": "string"
- },
- "additionalProperties": {}
- },
- "headers": {
- "type": "object",
- "propertyNames": {
- "type": "string"
- },
- "additionalProperties": {
- "type": "string"
- }
- },
"provider": {
"type": "object",
"properties": {
@@ -4773,19 +4754,6 @@
"type": "string"
}
}
- },
- "variants": {
- "type": "object",
- "propertyNames": {
- "type": "string"
- },
- "additionalProperties": {
- "type": "object",
- "propertyNames": {
- "type": "string"
- },
- "additionalProperties": {}
- }
}
},
"required": [
@@ -4796,8 +4764,7 @@
"reasoning",
"temperature",
"tool_call",
- "limit",
- "options"
+ "limit"
]
}
}