mirror of
https://github.com/openai/codex.git
synced 2026-04-29 00:55:38 +00:00
fix merge conflict errors
This commit is contained in:
@@ -544,12 +544,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"EscalationStatus": {
|
||||
"enum": [
|
||||
"approved",
|
||||
"rejected"
|
||||
],
|
||||
"type": "string"
|
||||
"ElicitationRequest": {
|
||||
"oneOf": [
|
||||
{
|
||||
@@ -600,6 +594,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"EscalationStatus": {
|
||||
"enum": [
|
||||
"approved",
|
||||
"rejected"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"EventMsg": {
|
||||
"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.",
|
||||
"oneOf": [
|
||||
|
||||
Reference in New Issue
Block a user