mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
fix merge conflict errors
This commit is contained in:
@@ -1774,12 +1774,6 @@
|
||||
"title": "DynamicToolCallResponse",
|
||||
"type": "object"
|
||||
},
|
||||
"EscalationStatus": {
|
||||
"enum": [
|
||||
"approved",
|
||||
"rejected"
|
||||
],
|
||||
"type": "string"
|
||||
"ElicitationRequest": {
|
||||
"oneOf": [
|
||||
{
|
||||
@@ -1830,6 +1824,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"EscalationStatus": {
|
||||
"enum": [
|
||||
"approved",
|
||||
"rejected"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"EventMsg": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"description": "Response event from the agent NOTE: Make sure none of these values have optional types, as it will mess up the extension code-gen.",
|
||||
|
||||
Reference in New Issue
Block a user