rework to isolate core

This commit is contained in:
Roy Han
2026-03-13 18:11:59 -07:00
parent f9570b714c
commit e9bf09ba09
74 changed files with 381 additions and 3403 deletions

View File

@@ -5170,6 +5170,16 @@
],
"writeOnly": true
},
"metadata": {
"anyOf": [
{
"$ref": "#/definitions/ResponseItemMetadata"
},
{
"type": "null"
}
]
},
"phase": {
"anyOf": [
{
@@ -5619,6 +5629,21 @@
}
]
},
"ResponseItemMetadata": {
"properties": {
"user_message_type": {
"anyOf": [
{
"$ref": "#/definitions/UserMessageType"
},
{
"type": "null"
}
]
}
},
"type": "object"
},
"ResponsesApiWebSearchAction": {
"oneOf": [
{
@@ -6501,16 +6526,6 @@
"id": {
"type": "string"
},
"metadata": {
"anyOf": [
{
"$ref": "#/definitions/TurnItemMetadata"
},
{
"type": "null"
}
]
},
"type": {
"enum": [
"UserMessage"
@@ -6539,16 +6554,6 @@
"id": {
"type": "string"
},
"metadata": {
"anyOf": [
{
"$ref": "#/definitions/TurnItemMetadata"
},
{
"type": "null"
}
]
},
"phase": {
"anyOf": [
{
@@ -6581,16 +6586,6 @@
"id": {
"type": "string"
},
"metadata": {
"anyOf": [
{
"$ref": "#/definitions/TurnItemMetadata"
},
{
"type": "null"
}
]
},
"text": {
"type": "string"
},
@@ -6615,16 +6610,6 @@
"id": {
"type": "string"
},
"metadata": {
"anyOf": [
{
"$ref": "#/definitions/TurnItemMetadata"
},
{
"type": "null"
}
]
},
"raw_content": {
"default": [],
"items": {
@@ -6662,16 +6647,6 @@
"id": {
"type": "string"
},
"metadata": {
"anyOf": [
{
"$ref": "#/definitions/TurnItemMetadata"
},
{
"type": "null"
}
]
},
"query": {
"type": "string"
},
@@ -6697,16 +6672,6 @@
"id": {
"type": "string"
},
"metadata": {
"anyOf": [
{
"$ref": "#/definitions/TurnItemMetadata"
},
{
"type": "null"
}
]
},
"result": {
"type": "string"
},
@@ -6747,16 +6712,6 @@
"id": {
"type": "string"
},
"metadata": {
"anyOf": [
{
"$ref": "#/definitions/TurnItemMetadata"
},
{
"type": "null"
}
]
},
"type": {
"enum": [
"ContextCompaction"
@@ -6774,21 +6729,6 @@
}
]
},
"TurnItemMetadata": {
"properties": {
"user_message_type": {
"anyOf": [
{
"$ref": "#/definitions/UserMessageType"
},
{
"type": "null"
}
]
}
},
"type": "object"
},
"UserInput": {
"description": "User input",
"oneOf": [