mirror of
https://github.com/openai/codex.git
synced 2026-04-28 18:32:04 +03:00
TS optionality for MCP elicitation event fields
This commit is contained in:
@@ -2818,6 +2818,12 @@
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"elicitation_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/definitions/RequestId"
|
||||
},
|
||||
@@ -2840,12 +2846,6 @@
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"elicitation_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -13945,4 +13945,4 @@
|
||||
},
|
||||
"title": "CodexAppServerProtocol",
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user