Skip to content

Commit b12eab7

Browse files
chore: generate
1 parent 99ea135 commit b12eab7

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

packages/sdk/openapi.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6242,6 +6242,28 @@
62426242
},
62436243
"required": ["name", "data"]
62446244
},
6245+
"ContextOverflowError": {
6246+
"type": "object",
6247+
"properties": {
6248+
"name": {
6249+
"type": "string",
6250+
"const": "ContextOverflowError"
6251+
},
6252+
"data": {
6253+
"type": "object",
6254+
"properties": {
6255+
"message": {
6256+
"type": "string"
6257+
},
6258+
"responseBody": {
6259+
"type": "string"
6260+
}
6261+
},
6262+
"required": ["message"]
6263+
}
6264+
},
6265+
"required": ["name", "data"]
6266+
},
62456267
"APIError": {
62466268
"type": "object",
62476269
"properties": {
@@ -6327,6 +6349,9 @@
63276349
{
63286350
"$ref": "#/components/schemas/MessageAbortedError"
63296351
},
6352+
{
6353+
"$ref": "#/components/schemas/ContextOverflowError"
6354+
},
63306355
{
63316356
"$ref": "#/components/schemas/APIError"
63326357
}
@@ -8094,6 +8119,9 @@
80948119
{
80958120
"$ref": "#/components/schemas/MessageAbortedError"
80968121
},
8122+
{
8123+
"$ref": "#/components/schemas/ContextOverflowError"
8124+
},
80978125
{
80988126
"$ref": "#/components/schemas/APIError"
80998127
}

0 commit comments

Comments
 (0)