Browse Source

chore: generate

opencode-agent[bot] 2 weeks ago
parent
commit
57a5236e71
2 changed files with 1 additions and 46 deletions
  1. 0 12
      packages/sdk/js/src/v2/gen/types.gen.ts
  2. 1 34
      packages/sdk/openapi.json

+ 0 - 12
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
-            }
-          }
         }
       }
     }>

+ 1 - 34
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"
                               ]
                             }
                           }