mirror of
https://github.com/openai/codex.git
synced 2026-04-28 10:21:06 +03:00
Client-side URL elicitation flow and schema updates
This commit is contained in:
@@ -1779,6 +1779,12 @@
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"elicitation_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -7031,6 +7037,12 @@
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"elicitation_id": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -8433,4 +8445,4 @@
|
||||
}
|
||||
],
|
||||
"title": "EventMsg"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user