Revert "Merge branch 'rhan/approval-source' into rhan/escalations-approvals-sandbox"

This reverts commit 2ad79b06f0, reversing
changes made to 7a2c92bf89.
This commit is contained in:
Roy Han
2026-03-23 09:56:35 -07:00
parent 2ad79b06f0
commit 7b496c78de
17 changed files with 32 additions and 441 deletions

View File

@@ -1,15 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"ApprovalSourceMetadata": {
"enum": [
"guardian",
"user",
"policy",
"unknown"
],
"type": "string"
},
"ContentItem": {
"oneOf": [
{
@@ -881,16 +872,6 @@
},
"ResponseItemMetadata": {
"properties": {
"approval_source": {
"anyOf": [
{
"$ref": "#/definitions/ApprovalSourceMetadata"
},
{
"type": "null"
}
]
},
"is_tool_call_escalated": {
"type": [
"boolean",