mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 06:45:22 +00:00
chore: generate
This commit is contained in:
committed by
Aiden Cline
parent
8767cca3ea
commit
e8bce0aaf2
@@ -134,6 +134,9 @@ export type ApiError = {
|
||||
[key: string]: string
|
||||
}
|
||||
responseBody?: string
|
||||
details?: {
|
||||
[key: string]: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -5346,6 +5346,15 @@
|
||||
},
|
||||
"responseBody": {
|
||||
"type": "string"
|
||||
},
|
||||
"details": {
|
||||
"type": "object",
|
||||
"propertyNames": {
|
||||
"type": "string"
|
||||
},
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["message", "isRetryable"]
|
||||
|
||||
Reference in New Issue
Block a user