Browse Source

chore: generate

opencode-agent[bot] 2 weeks ago
parent
commit
b12eab782f
1 changed files with 28 additions and 0 deletions
  1. 28 0
      packages/sdk/openapi.json

+ 28 - 0
packages/sdk/openapi.json

@@ -6242,6 +6242,28 @@
         },
         },
         "required": ["name", "data"]
         "required": ["name", "data"]
       },
       },
+      "ContextOverflowError": {
+        "type": "object",
+        "properties": {
+          "name": {
+            "type": "string",
+            "const": "ContextOverflowError"
+          },
+          "data": {
+            "type": "object",
+            "properties": {
+              "message": {
+                "type": "string"
+              },
+              "responseBody": {
+                "type": "string"
+              }
+            },
+            "required": ["message"]
+          }
+        },
+        "required": ["name", "data"]
+      },
       "APIError": {
       "APIError": {
         "type": "object",
         "type": "object",
         "properties": {
         "properties": {
@@ -6327,6 +6349,9 @@
               {
               {
                 "$ref": "#/components/schemas/MessageAbortedError"
                 "$ref": "#/components/schemas/MessageAbortedError"
               },
               },
+              {
+                "$ref": "#/components/schemas/ContextOverflowError"
+              },
               {
               {
                 "$ref": "#/components/schemas/APIError"
                 "$ref": "#/components/schemas/APIError"
               }
               }
@@ -8094,6 +8119,9 @@
                   {
                   {
                     "$ref": "#/components/schemas/MessageAbortedError"
                     "$ref": "#/components/schemas/MessageAbortedError"
                   },
                   },
+                  {
+                    "$ref": "#/components/schemas/ContextOverflowError"
+                  },
                   {
                   {
                     "$ref": "#/components/schemas/APIError"
                     "$ref": "#/components/schemas/APIError"
                   }
                   }