fix app-server shutdown cleanup and schema fixtures

This commit is contained in:
sdcoffey
2026-03-19 00:13:55 -07:00
parent a1b7dcb988
commit f92d9e9ddc
7 changed files with 68 additions and 5 deletions

View File

@@ -2276,6 +2276,12 @@
"call_id": {
"type": "string"
},
"name": {
"type": [
"string",
"null"
]
},
"output": {
"$ref": "#/definitions/FunctionCallOutputBody"
},