mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
fix app-server shutdown cleanup and schema fixtures
This commit is contained in:
@@ -649,6 +649,12 @@
|
||||
"call_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"output": {
|
||||
"$ref": "#/definitions/FunctionCallOutputBody"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user