fix merge conflict errors

This commit is contained in:
Roy Han
2026-03-05 12:00:30 -08:00
parent 4a715ef4cb
commit 1ed80dbd5a
2 changed files with 14 additions and 12 deletions

View File

@@ -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.",