chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-05 20:41:12 +00:00
parent 12f3d1f505
commit 25547e9337
+8 -1
View File
@@ -8405,7 +8405,14 @@
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "id": {
"type": "string" "anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}, },
"sessionID": { "sessionID": {
"type": "string" "type": "string"