Support clear SessionStart source

This commit is contained in:
Abhinav Vedmala
2026-04-07 19:54:55 -07:00
parent fb3dcfde1d
commit 48659e216a
17 changed files with 167 additions and 22 deletions

View File

@@ -12022,6 +12022,16 @@
"type": "null"
}
]
},
"sessionStartSource": {
"anyOf": [
{
"$ref": "#/definitions/ThreadStartSource"
},
{
"type": "null"
}
]
}
},
"title": "ThreadStartParams",
@@ -12089,6 +12099,13 @@
"title": "ThreadStartResponse",
"type": "object"
},
"ThreadStartSource": {
"enum": [
"startup",
"clear"
],
"type": "string"
},
"ThreadStartedNotification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {