mirror of
https://github.com/openai/codex.git
synced 2026-04-29 19:03:02 +03:00
TS optionality for MCP elicitation event fields
This commit is contained in:
@@ -1757,6 +1757,12 @@
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"elicitation_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/definitions/RequestId"
|
||||
},
|
||||
@@ -1779,12 +1785,6 @@
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"elicitation_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -7015,6 +7015,12 @@
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"elicitation_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/definitions/RequestId"
|
||||
},
|
||||
@@ -7037,12 +7043,6 @@
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"elicitation_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -8445,4 +8445,4 @@
|
||||
}
|
||||
],
|
||||
"title": "EventMsg"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user