chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-05 20:41:12 +00:00
parent 12f3d1f505
commit 25547e9337

View File

@ -8405,7 +8405,14 @@
"type": "object",
"properties": {
"id": {
"type": "string"
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sessionID": {
"type": "string"