12453 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",12453 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
12454 "deprecated": false,12454 "deprecated": false,
12455 "key": "encrypted_content",12455 "key": "encrypted_content",
12456 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",12456 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
12457 "type": {12457 "type": {
12458 "kind": "HttpTypeString"12458 "kind": "HttpTypeString"
12459 },12459 },
15437 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",15437 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
15438 "deprecated": false,15438 "deprecated": false,
15439 "key": "error",15439 "key": "error",
15440 "docstring": "The error from the tool call, if any.\n",15440 "docstring": "The error from the tool call, if any.",
15441 "type": {15441 "type": {
15442 "kind": "HttpTypeString"15442 "kind": "HttpTypeReference",
15443 "ident": "BetaMcpToolCallError",
15444 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
15443 },15445 },
15444 "optional": true,15446 "optional": true,
15445 "nullable": true,15447 "nullable": true,
15446 "schemaType": "string",15448 "modelImplicit": false,
15447 "children": []15449 "schemaType": "union",
15450 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
15451 "childrenParentSchema": "union",
15452 "children": [
15453 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
15454 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
15455 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
15456 ]
15448 },15457 },
15449 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {15458 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {
15450 "kind": "HttpDeclProperty",15459 "kind": "HttpDeclProperty",
22142 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",22151 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
22143 "deprecated": false,22152 "deprecated": false,
22144 "key": "encrypted_content",22153 "key": "encrypted_content",
22145 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",22154 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
22146 "type": {22155 "type": {
22147 "kind": "HttpTypeString"22156 "kind": "HttpTypeString"
22148 },22157 },
24067 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",24076 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
24068 "deprecated": false,24077 "deprecated": false,
24069 "key": "error",24078 "key": "error",
24070 "docstring": "The error from the tool call, if any.\n",24079 "docstring": "The error from the tool call, if any.",
24071 "type": {24080 "type": {
24072 "kind": "HttpTypeString"24081 "kind": "HttpTypeReference",
24082 "ident": "BetaMcpToolCallError",
24083 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
24073 },24084 },
24074 "optional": true,24085 "optional": true,
24075 "nullable": true,24086 "nullable": true,
24076 "schemaType": "string",24087 "modelImplicit": false,
24077 "children": []24088 "schemaType": "union",
24089 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
24090 "childrenParentSchema": "union",
24091 "children": [
24092 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
24093 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
24094 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
24095 ]
24078 },24096 },
24079 "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 28 > (property) output": {24097 "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 28 > (property) output": {
24080 "kind": "HttpDeclProperty",24098 "kind": "HttpDeclProperty",
29097 "schemaType": "string",29115 "schemaType": "string",
29098 "children": []29116 "children": []
29099 },29117 },
29118 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0": {
29119 "kind": "HttpDeclTypeAlias",
29120 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/0",
29121 "ident": "McpProtocolError",
29122 "type": {
29123 "kind": "HttpTypeObject",
29124 "members": [
29125 {
29126 "ident": "code"
29127 },
29128 {
29129 "ident": "message"
29130 },
29131 {
29132 "ident": "type"
29133 }
29134 ]
29135 },
29136 "childrenParentSchema": "object",
29137 "children": [
29138 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code",
29139 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message",
29140 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type"
29141 ]
29142 },
29143 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1": {
29144 "kind": "HttpDeclTypeAlias",
29145 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/1",
29146 "ident": "McpToolExecutionError",
29147 "type": {
29148 "kind": "HttpTypeObject",
29149 "members": [
29150 {
29151 "ident": "content"
29152 },
29153 {
29154 "ident": "type"
29155 }
29156 ]
29157 },
29158 "childrenParentSchema": "object",
29159 "children": [
29160 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content",
29161 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type"
29162 ]
29163 },
29164 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2": {
29165 "kind": "HttpDeclTypeAlias",
29166 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/2",
29167 "ident": "HTTPError",
29168 "type": {
29169 "kind": "HttpTypeObject",
29170 "members": [
29171 {
29172 "ident": "code"
29173 },
29174 {
29175 "ident": "message"
29176 },
29177 {
29178 "ident": "type"
29179 }
29180 ]
29181 },
29182 "childrenParentSchema": "object",
29183 "children": [
29184 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code",
29185 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message",
29186 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type"
29187 ]
29188 },
29189 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)": {
29190 "kind": "HttpDeclTypeAlias",
29191 "oasRef": "#/components/schemas/BetaMCPToolCallError",
29192 "ident": "BetaMcpToolCallError",
29193 "type": {
29194 "kind": "HttpTypeUnion",
29195 "oasRef": "#/components/schemas/BetaMCPToolCallError",
29196 "types": [
29197 {
29198 "kind": "HttpTypeObject",
29199 "members": [
29200 {
29201 "ident": "code"
29202 },
29203 {
29204 "ident": "message"
29205 },
29206 {
29207 "ident": "type"
29208 }
29209 ]
29210 },
29211 {
29212 "kind": "HttpTypeObject",
29213 "members": [
29214 {
29215 "ident": "content"
29216 },
29217 {
29218 "ident": "type"
29219 }
29220 ]
29221 },
29222 {
29223 "kind": "HttpTypeObject",
29224 "members": [
29225 {
29226 "ident": "code"
29227 },
29228 {
29229 "ident": "message"
29230 },
29231 {
29232 "ident": "type"
29233 }
29234 ]
29235 }
29236 ]
29237 },
29238 "childrenParentSchema": "union",
29239 "children": [
29240 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
29241 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
29242 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
29243 ]
29244 },
29100 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {29245 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {
29101 "kind": "HttpDeclReference",29246 "kind": "HttpDeclReference",
29102 "type": {29247 "type": {
41780 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"41925 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"
41781 ]41926 ]
41782 },41927 },
41928 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code": {
41929 "kind": "HttpDeclProperty",
41930 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/code",
41931 "deprecated": false,
41932 "key": "code",
41933 "type": {
41934 "kind": "HttpTypeNumber"
41935 },
41936 "optional": false,
41937 "nullable": false,
41938 "schemaType": "integer",
41939 "children": []
41940 },
41941 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message": {
41942 "kind": "HttpDeclProperty",
41943 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/message",
41944 "deprecated": false,
41945 "key": "message",
41946 "type": {
41947 "kind": "HttpTypeString"
41948 },
41949 "optional": false,
41950 "nullable": false,
41951 "schemaType": "string",
41952 "children": []
41953 },
41954 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type": {
41955 "kind": "HttpDeclProperty",
41956 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
41957 "deprecated": false,
41958 "key": "type",
41959 "type": {
41960 "kind": "HttpTypeUnion",
41961 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
41962 "types": [
41963 {
41964 "kind": "HttpTypeLiteral",
41965 "literal": "mcp_protocol_error"
41966 }
41967 ]
41968 },
41969 "default": "mcp_protocol_error",
41970 "optional": false,
41971 "nullable": false,
41972 "schemaType": "enum",
41973 "childrenParentSchema": "enum",
41974 "children": [
41975 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0"
41976 ]
41977 },
41978 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content": {
41979 "kind": "HttpDeclProperty",
41980 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/content",
41981 "deprecated": false,
41982 "key": "content",
41983 "type": {
41984 "kind": "HttpTypeUnknown"
41985 },
41986 "optional": false,
41987 "nullable": false,
41988 "schemaType": "unknown",
41989 "children": []
41990 },
41991 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type": {
41992 "kind": "HttpDeclProperty",
41993 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
41994 "deprecated": false,
41995 "key": "type",
41996 "type": {
41997 "kind": "HttpTypeUnion",
41998 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
41999 "types": [
42000 {
42001 "kind": "HttpTypeLiteral",
42002 "literal": "mcp_tool_execution_error"
42003 }
42004 ]
42005 },
42006 "default": "mcp_tool_execution_error",
42007 "optional": false,
42008 "nullable": false,
42009 "schemaType": "enum",
42010 "childrenParentSchema": "enum",
42011 "children": [
42012 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0"
42013 ]
42014 },
42015 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code": {
42016 "kind": "HttpDeclProperty",
42017 "oasRef": "#/components/schemas/BetaHTTPError/properties/code",
42018 "deprecated": false,
42019 "key": "code",
42020 "type": {
42021 "kind": "HttpTypeNumber"
42022 },
42023 "optional": false,
42024 "nullable": false,
42025 "schemaType": "integer",
42026 "children": []
42027 },
42028 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message": {
42029 "kind": "HttpDeclProperty",
42030 "oasRef": "#/components/schemas/BetaHTTPError/properties/message",
42031 "deprecated": false,
42032 "key": "message",
42033 "type": {
42034 "kind": "HttpTypeString"
42035 },
42036 "optional": false,
42037 "nullable": false,
42038 "schemaType": "string",
42039 "children": []
42040 },
42041 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type": {
42042 "kind": "HttpDeclProperty",
42043 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
42044 "deprecated": false,
42045 "key": "type",
42046 "type": {
42047 "kind": "HttpTypeUnion",
42048 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
42049 "types": [
42050 {
42051 "kind": "HttpTypeLiteral",
42052 "literal": "http_error"
42053 }
42054 ]
42055 },
42056 "default": "http_error",
42057 "optional": false,
42058 "nullable": false,
42059 "schemaType": "enum",
42060 "childrenParentSchema": "enum",
42061 "children": [
42062 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0"
42063 ]
42064 },
41783 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {42065 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {
41784 "kind": "HttpDeclProperty",42066 "kind": "HttpDeclProperty",
41785 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",42067 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",
52234 "literal": "program"52516 "literal": "program"
52235 }52517 }
52236 },52518 },
52519 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0": {
52520 "kind": "HttpDeclReference",
52521 "type": {
52522 "kind": "HttpTypeLiteral",
52523 "literal": "mcp_protocol_error"
52524 }
52525 },
52526 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0": {
52527 "kind": "HttpDeclReference",
52528 "type": {
52529 "kind": "HttpTypeLiteral",
52530 "literal": "mcp_tool_execution_error"
52531 }
52532 },
52533 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0": {
52534 "kind": "HttpDeclReference",
52535 "type": {
52536 "kind": "HttpTypeLiteral",
52537 "literal": "http_error"
52538 }
52539 },
52237 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {52540 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {
52238 "kind": "HttpDeclReference",52541 "kind": "HttpDeclReference",
52239 "type": {52542 "type": {
76211 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",76514 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
76212 "deprecated": false,76515 "deprecated": false,
76213 "key": "encrypted_content",76516 "key": "encrypted_content",
76214 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",76517 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
76215 "type": {76518 "type": {
76216 "kind": "HttpTypeString"76519 "kind": "HttpTypeString"
76217 },76520 },
79195 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",79498 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
79196 "deprecated": false,79499 "deprecated": false,
79197 "key": "error",79500 "key": "error",
79198 "docstring": "The error from the tool call, if any.\n",79501 "docstring": "The error from the tool call, if any.",
79199 "type": {79502 "type": {
79200 "kind": "HttpTypeString"79503 "kind": "HttpTypeReference",
79504 "ident": "BetaMcpToolCallError",
79505 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
79201 },79506 },
79202 "optional": true,79507 "optional": true,
79203 "nullable": true,79508 "nullable": true,
79204 "schemaType": "string",79509 "modelImplicit": false,
79205 "children": []79510 "schemaType": "union",
79511 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
79512 "childrenParentSchema": "union",
79513 "children": [
79514 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
79515 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
79516 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
79517 ]
79206 },79518 },
79207 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {79519 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {
79208 "kind": "HttpDeclProperty",79520 "kind": "HttpDeclProperty",
85900 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",86212 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
85901 "deprecated": false,86213 "deprecated": false,
85902 "key": "encrypted_content",86214 "key": "encrypted_content",
85903 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",86215 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
85904 "type": {86216 "type": {
85905 "kind": "HttpTypeString"86217 "kind": "HttpTypeString"
85906 },86218 },
87825 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",88137 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
87826 "deprecated": false,88138 "deprecated": false,
87827 "key": "error",88139 "key": "error",
87828 "docstring": "The error from the tool call, if any.\n",88140 "docstring": "The error from the tool call, if any.",
87829 "type": {88141 "type": {
87830 "kind": "HttpTypeString"88142 "kind": "HttpTypeReference",
88143 "ident": "BetaMcpToolCallError",
88144 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
87831 },88145 },
87832 "optional": true,88146 "optional": true,
87833 "nullable": true,88147 "nullable": true,
87834 "schemaType": "string",88148 "modelImplicit": false,
87835 "children": []88149 "schemaType": "union",
88150 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
88151 "childrenParentSchema": "union",
88152 "children": [
88153 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
88154 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
88155 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
88156 ]
87836 },88157 },
87837 "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 28 > (property) output": {88158 "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 28 > (property) output": {
87838 "kind": "HttpDeclProperty",88159 "kind": "HttpDeclProperty",
92855 "schemaType": "string",93176 "schemaType": "string",
92856 "children": []93177 "children": []
92857 },93178 },
93179 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0": {
93180 "kind": "HttpDeclTypeAlias",
93181 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/0",
93182 "ident": "McpProtocolError",
93183 "type": {
93184 "kind": "HttpTypeObject",
93185 "members": [
93186 {
93187 "ident": "code"
93188 },
93189 {
93190 "ident": "message"
93191 },
93192 {
93193 "ident": "type"
93194 }
93195 ]
93196 },
93197 "childrenParentSchema": "object",
93198 "children": [
93199 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code",
93200 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message",
93201 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type"
93202 ]
93203 },
93204 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1": {
93205 "kind": "HttpDeclTypeAlias",
93206 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/1",
93207 "ident": "McpToolExecutionError",
93208 "type": {
93209 "kind": "HttpTypeObject",
93210 "members": [
93211 {
93212 "ident": "content"
93213 },
93214 {
93215 "ident": "type"
93216 }
93217 ]
93218 },
93219 "childrenParentSchema": "object",
93220 "children": [
93221 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content",
93222 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type"
93223 ]
93224 },
93225 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2": {
93226 "kind": "HttpDeclTypeAlias",
93227 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/2",
93228 "ident": "HTTPError",
93229 "type": {
93230 "kind": "HttpTypeObject",
93231 "members": [
93232 {
93233 "ident": "code"
93234 },
93235 {
93236 "ident": "message"
93237 },
93238 {
93239 "ident": "type"
93240 }
93241 ]
93242 },
93243 "childrenParentSchema": "object",
93244 "children": [
93245 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code",
93246 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message",
93247 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type"
93248 ]
93249 },
93250 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)": {
93251 "kind": "HttpDeclTypeAlias",
93252 "oasRef": "#/components/schemas/BetaMCPToolCallError",
93253 "ident": "BetaMcpToolCallError",
93254 "type": {
93255 "kind": "HttpTypeUnion",
93256 "oasRef": "#/components/schemas/BetaMCPToolCallError",
93257 "types": [
93258 {
93259 "kind": "HttpTypeObject",
93260 "members": [
93261 {
93262 "ident": "code"
93263 },
93264 {
93265 "ident": "message"
93266 },
93267 {
93268 "ident": "type"
93269 }
93270 ]
93271 },
93272 {
93273 "kind": "HttpTypeObject",
93274 "members": [
93275 {
93276 "ident": "content"
93277 },
93278 {
93279 "ident": "type"
93280 }
93281 ]
93282 },
93283 {
93284 "kind": "HttpTypeObject",
93285 "members": [
93286 {
93287 "ident": "code"
93288 },
93289 {
93290 "ident": "message"
93291 },
93292 {
93293 "ident": "type"
93294 }
93295 ]
93296 }
93297 ]
93298 },
93299 "childrenParentSchema": "union",
93300 "children": [
93301 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
93302 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
93303 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
93304 ]
93305 },
92858 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {93306 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {
92859 "kind": "HttpDeclReference",93307 "kind": "HttpDeclReference",
92860 "type": {93308 "type": {
105538 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"105986 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"
105539 ]105987 ]
105540 },105988 },
105989 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code": {
105990 "kind": "HttpDeclProperty",
105991 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/code",
105992 "deprecated": false,
105993 "key": "code",
105994 "type": {
105995 "kind": "HttpTypeNumber"
105996 },
105997 "optional": false,
105998 "nullable": false,
105999 "schemaType": "integer",
106000 "children": []
106001 },
106002 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message": {
106003 "kind": "HttpDeclProperty",
106004 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/message",
106005 "deprecated": false,
106006 "key": "message",
106007 "type": {
106008 "kind": "HttpTypeString"
106009 },
106010 "optional": false,
106011 "nullable": false,
106012 "schemaType": "string",
106013 "children": []
106014 },
106015 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type": {
106016 "kind": "HttpDeclProperty",
106017 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
106018 "deprecated": false,
106019 "key": "type",
106020 "type": {
106021 "kind": "HttpTypeUnion",
106022 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
106023 "types": [
106024 {
106025 "kind": "HttpTypeLiteral",
106026 "literal": "mcp_protocol_error"
106027 }
106028 ]
106029 },
106030 "default": "mcp_protocol_error",
106031 "optional": false,
106032 "nullable": false,
106033 "schemaType": "enum",
106034 "childrenParentSchema": "enum",
106035 "children": [
106036 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0"
106037 ]
106038 },
106039 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content": {
106040 "kind": "HttpDeclProperty",
106041 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/content",
106042 "deprecated": false,
106043 "key": "content",
106044 "type": {
106045 "kind": "HttpTypeUnknown"
106046 },
106047 "optional": false,
106048 "nullable": false,
106049 "schemaType": "unknown",
106050 "children": []
106051 },
106052 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type": {
106053 "kind": "HttpDeclProperty",
106054 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
106055 "deprecated": false,
106056 "key": "type",
106057 "type": {
106058 "kind": "HttpTypeUnion",
106059 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
106060 "types": [
106061 {
106062 "kind": "HttpTypeLiteral",
106063 "literal": "mcp_tool_execution_error"
106064 }
106065 ]
106066 },
106067 "default": "mcp_tool_execution_error",
106068 "optional": false,
106069 "nullable": false,
106070 "schemaType": "enum",
106071 "childrenParentSchema": "enum",
106072 "children": [
106073 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0"
106074 ]
106075 },
106076 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code": {
106077 "kind": "HttpDeclProperty",
106078 "oasRef": "#/components/schemas/BetaHTTPError/properties/code",
106079 "deprecated": false,
106080 "key": "code",
106081 "type": {
106082 "kind": "HttpTypeNumber"
106083 },
106084 "optional": false,
106085 "nullable": false,
106086 "schemaType": "integer",
106087 "children": []
106088 },
106089 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message": {
106090 "kind": "HttpDeclProperty",
106091 "oasRef": "#/components/schemas/BetaHTTPError/properties/message",
106092 "deprecated": false,
106093 "key": "message",
106094 "type": {
106095 "kind": "HttpTypeString"
106096 },
106097 "optional": false,
106098 "nullable": false,
106099 "schemaType": "string",
106100 "children": []
106101 },
106102 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type": {
106103 "kind": "HttpDeclProperty",
106104 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
106105 "deprecated": false,
106106 "key": "type",
106107 "type": {
106108 "kind": "HttpTypeUnion",
106109 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
106110 "types": [
106111 {
106112 "kind": "HttpTypeLiteral",
106113 "literal": "http_error"
106114 }
106115 ]
106116 },
106117 "default": "http_error",
106118 "optional": false,
106119 "nullable": false,
106120 "schemaType": "enum",
106121 "childrenParentSchema": "enum",
106122 "children": [
106123 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0"
106124 ]
106125 },
105541 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {106126 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {
105542 "kind": "HttpDeclProperty",106127 "kind": "HttpDeclProperty",
105543 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",106128 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",
115992 "literal": "program"116577 "literal": "program"
115993 }116578 }
115994 },116579 },
116580 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0": {
116581 "kind": "HttpDeclReference",
116582 "type": {
116583 "kind": "HttpTypeLiteral",
116584 "literal": "mcp_protocol_error"
116585 }
116586 },
116587 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0": {
116588 "kind": "HttpDeclReference",
116589 "type": {
116590 "kind": "HttpTypeLiteral",
116591 "literal": "mcp_tool_execution_error"
116592 }
116593 },
116594 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0": {
116595 "kind": "HttpDeclReference",
116596 "type": {
116597 "kind": "HttpTypeLiteral",
116598 "literal": "http_error"
116599 }
116600 },
115995 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {116601 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {
115996 "kind": "HttpDeclReference",116602 "kind": "HttpDeclReference",
115997 "type": {116603 "type": {
139969 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",140575 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
139970 "deprecated": false,140576 "deprecated": false,
139971 "key": "encrypted_content",140577 "key": "encrypted_content",
139972 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",140578 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
139973 "type": {140579 "type": {
139974 "kind": "HttpTypeString"140580 "kind": "HttpTypeString"
139975 },140581 },
142953 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",143559 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
142954 "deprecated": false,143560 "deprecated": false,
142955 "key": "error",143561 "key": "error",
142956 "docstring": "The error from the tool call, if any.\n",143562 "docstring": "The error from the tool call, if any.",
142957 "type": {143563 "type": {
142958 "kind": "HttpTypeString"143564 "kind": "HttpTypeReference",
143565 "ident": "BetaMcpToolCallError",
143566 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
142959 },143567 },
142960 "optional": true,143568 "optional": true,
142961 "nullable": true,143569 "nullable": true,
142962 "schemaType": "string",143570 "modelImplicit": false,
142963 "children": []143571 "schemaType": "union",
143572 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
143573 "childrenParentSchema": "union",
143574 "children": [
143575 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
143576 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
143577 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
143578 ]
142964 },143579 },
142965 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {143580 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {
142966 "kind": "HttpDeclProperty",143581 "kind": "HttpDeclProperty",
149658 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",150273 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
149659 "deprecated": false,150274 "deprecated": false,
149660 "key": "encrypted_content",150275 "key": "encrypted_content",
149661 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",150276 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
149662 "type": {150277 "type": {
149663 "kind": "HttpTypeString"150278 "kind": "HttpTypeString"
149664 },150279 },
151583 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",152198 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
151584 "deprecated": false,152199 "deprecated": false,
151585 "key": "error",152200 "key": "error",
151586 "docstring": "The error from the tool call, if any.\n",152201 "docstring": "The error from the tool call, if any.",
151587 "type": {152202 "type": {
151588 "kind": "HttpTypeString"152203 "kind": "HttpTypeReference",
152204 "ident": "BetaMcpToolCallError",
152205 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
151589 },152206 },
151590 "optional": true,152207 "optional": true,
151591 "nullable": true,152208 "nullable": true,
151592 "schemaType": "string",152209 "modelImplicit": false,
151593 "children": []152210 "schemaType": "union",
152211 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
152212 "childrenParentSchema": "union",
152213 "children": [
152214 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
152215 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
152216 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
152217 ]
151594 },152218 },
151595 "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 28 > (property) output": {152219 "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 28 > (property) output": {
151596 "kind": "HttpDeclProperty",152220 "kind": "HttpDeclProperty",
156613 "schemaType": "string",157237 "schemaType": "string",
156614 "children": []157238 "children": []
156615 },157239 },
157240 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0": {
157241 "kind": "HttpDeclTypeAlias",
157242 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/0",
157243 "ident": "McpProtocolError",
157244 "type": {
157245 "kind": "HttpTypeObject",
157246 "members": [
157247 {
157248 "ident": "code"
157249 },
157250 {
157251 "ident": "message"
157252 },
157253 {
157254 "ident": "type"
157255 }
157256 ]
157257 },
157258 "childrenParentSchema": "object",
157259 "children": [
157260 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code",
157261 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message",
157262 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type"
157263 ]
157264 },
157265 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1": {
157266 "kind": "HttpDeclTypeAlias",
157267 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/1",
157268 "ident": "McpToolExecutionError",
157269 "type": {
157270 "kind": "HttpTypeObject",
157271 "members": [
157272 {
157273 "ident": "content"
157274 },
157275 {
157276 "ident": "type"
157277 }
157278 ]
157279 },
157280 "childrenParentSchema": "object",
157281 "children": [
157282 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content",
157283 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type"
157284 ]
157285 },
157286 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2": {
157287 "kind": "HttpDeclTypeAlias",
157288 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/2",
157289 "ident": "HTTPError",
157290 "type": {
157291 "kind": "HttpTypeObject",
157292 "members": [
157293 {
157294 "ident": "code"
157295 },
157296 {
157297 "ident": "message"
157298 },
157299 {
157300 "ident": "type"
157301 }
157302 ]
157303 },
157304 "childrenParentSchema": "object",
157305 "children": [
157306 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code",
157307 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message",
157308 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type"
157309 ]
157310 },
157311 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)": {
157312 "kind": "HttpDeclTypeAlias",
157313 "oasRef": "#/components/schemas/BetaMCPToolCallError",
157314 "ident": "BetaMcpToolCallError",
157315 "type": {
157316 "kind": "HttpTypeUnion",
157317 "oasRef": "#/components/schemas/BetaMCPToolCallError",
157318 "types": [
157319 {
157320 "kind": "HttpTypeObject",
157321 "members": [
157322 {
157323 "ident": "code"
157324 },
157325 {
157326 "ident": "message"
157327 },
157328 {
157329 "ident": "type"
157330 }
157331 ]
157332 },
157333 {
157334 "kind": "HttpTypeObject",
157335 "members": [
157336 {
157337 "ident": "content"
157338 },
157339 {
157340 "ident": "type"
157341 }
157342 ]
157343 },
157344 {
157345 "kind": "HttpTypeObject",
157346 "members": [
157347 {
157348 "ident": "code"
157349 },
157350 {
157351 "ident": "message"
157352 },
157353 {
157354 "ident": "type"
157355 }
157356 ]
157357 }
157358 ]
157359 },
157360 "childrenParentSchema": "union",
157361 "children": [
157362 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
157363 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
157364 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
157365 ]
157366 },
156616 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {157367 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {
156617 "kind": "HttpDeclReference",157368 "kind": "HttpDeclReference",
156618 "type": {157369 "type": {
169296 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"170047 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"
169297 ]170048 ]
169298 },170049 },
170050 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code": {
170051 "kind": "HttpDeclProperty",
170052 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/code",
170053 "deprecated": false,
170054 "key": "code",
170055 "type": {
170056 "kind": "HttpTypeNumber"
170057 },
170058 "optional": false,
170059 "nullable": false,
170060 "schemaType": "integer",
170061 "children": []
170062 },
170063 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message": {
170064 "kind": "HttpDeclProperty",
170065 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/message",
170066 "deprecated": false,
170067 "key": "message",
170068 "type": {
170069 "kind": "HttpTypeString"
170070 },
170071 "optional": false,
170072 "nullable": false,
170073 "schemaType": "string",
170074 "children": []
170075 },
170076 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type": {
170077 "kind": "HttpDeclProperty",
170078 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
170079 "deprecated": false,
170080 "key": "type",
170081 "type": {
170082 "kind": "HttpTypeUnion",
170083 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
170084 "types": [
170085 {
170086 "kind": "HttpTypeLiteral",
170087 "literal": "mcp_protocol_error"
170088 }
170089 ]
170090 },
170091 "default": "mcp_protocol_error",
170092 "optional": false,
170093 "nullable": false,
170094 "schemaType": "enum",
170095 "childrenParentSchema": "enum",
170096 "children": [
170097 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0"
170098 ]
170099 },
170100 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content": {
170101 "kind": "HttpDeclProperty",
170102 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/content",
170103 "deprecated": false,
170104 "key": "content",
170105 "type": {
170106 "kind": "HttpTypeUnknown"
170107 },
170108 "optional": false,
170109 "nullable": false,
170110 "schemaType": "unknown",
170111 "children": []
170112 },
170113 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type": {
170114 "kind": "HttpDeclProperty",
170115 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
170116 "deprecated": false,
170117 "key": "type",
170118 "type": {
170119 "kind": "HttpTypeUnion",
170120 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
170121 "types": [
170122 {
170123 "kind": "HttpTypeLiteral",
170124 "literal": "mcp_tool_execution_error"
170125 }
170126 ]
170127 },
170128 "default": "mcp_tool_execution_error",
170129 "optional": false,
170130 "nullable": false,
170131 "schemaType": "enum",
170132 "childrenParentSchema": "enum",
170133 "children": [
170134 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0"
170135 ]
170136 },
170137 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code": {
170138 "kind": "HttpDeclProperty",
170139 "oasRef": "#/components/schemas/BetaHTTPError/properties/code",
170140 "deprecated": false,
170141 "key": "code",
170142 "type": {
170143 "kind": "HttpTypeNumber"
170144 },
170145 "optional": false,
170146 "nullable": false,
170147 "schemaType": "integer",
170148 "children": []
170149 },
170150 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message": {
170151 "kind": "HttpDeclProperty",
170152 "oasRef": "#/components/schemas/BetaHTTPError/properties/message",
170153 "deprecated": false,
170154 "key": "message",
170155 "type": {
170156 "kind": "HttpTypeString"
170157 },
170158 "optional": false,
170159 "nullable": false,
170160 "schemaType": "string",
170161 "children": []
170162 },
170163 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type": {
170164 "kind": "HttpDeclProperty",
170165 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
170166 "deprecated": false,
170167 "key": "type",
170168 "type": {
170169 "kind": "HttpTypeUnion",
170170 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
170171 "types": [
170172 {
170173 "kind": "HttpTypeLiteral",
170174 "literal": "http_error"
170175 }
170176 ]
170177 },
170178 "default": "http_error",
170179 "optional": false,
170180 "nullable": false,
170181 "schemaType": "enum",
170182 "childrenParentSchema": "enum",
170183 "children": [
170184 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0"
170185 ]
170186 },
169299 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {170187 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {
169300 "kind": "HttpDeclProperty",170188 "kind": "HttpDeclProperty",
169301 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",170189 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",
179750 "literal": "program"180638 "literal": "program"
179751 }180639 }
179752 },180640 },
180641 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0": {
180642 "kind": "HttpDeclReference",
180643 "type": {
180644 "kind": "HttpTypeLiteral",
180645 "literal": "mcp_protocol_error"
180646 }
180647 },
180648 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0": {
180649 "kind": "HttpDeclReference",
180650 "type": {
180651 "kind": "HttpTypeLiteral",
180652 "literal": "mcp_tool_execution_error"
180653 }
180654 },
180655 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0": {
180656 "kind": "HttpDeclReference",
180657 "type": {
180658 "kind": "HttpTypeLiteral",
180659 "literal": "http_error"
180660 }
180661 },
179753 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {180662 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {
179754 "kind": "HttpDeclReference",180663 "kind": "HttpDeclReference",
179755 "type": {180664 "type": {
203744 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",204653 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
203745 "deprecated": false,204654 "deprecated": false,
203746 "key": "encrypted_content",204655 "key": "encrypted_content",
203747 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",204656 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
203748 "type": {204657 "type": {
203749 "kind": "HttpTypeString"204658 "kind": "HttpTypeString"
203750 },204659 },
206728 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",207637 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
206729 "deprecated": false,207638 "deprecated": false,
206730 "key": "error",207639 "key": "error",
206731 "docstring": "The error from the tool call, if any.\n",207640 "docstring": "The error from the tool call, if any.",
206732 "type": {207641 "type": {
206733 "kind": "HttpTypeString"207642 "kind": "HttpTypeReference",
207643 "ident": "BetaMcpToolCallError",
207644 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
206734 },207645 },
206735 "optional": true,207646 "optional": true,
206736 "nullable": true,207647 "nullable": true,
206737 "schemaType": "string",207648 "modelImplicit": false,
206738 "children": []207649 "schemaType": "union",
207650 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
207651 "childrenParentSchema": "union",
207652 "children": [
207653 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
207654 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
207655 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
207656 ]
206739 },207657 },
206740 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {207658 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {
206741 "kind": "HttpDeclProperty",207659 "kind": "HttpDeclProperty",
213433 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",214351 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
213434 "deprecated": false,214352 "deprecated": false,
213435 "key": "encrypted_content",214353 "key": "encrypted_content",
213436 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",214354 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
213437 "type": {214355 "type": {
213438 "kind": "HttpTypeString"214356 "kind": "HttpTypeString"
213439 },214357 },
215358 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",216276 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
215359 "deprecated": false,216277 "deprecated": false,
215360 "key": "error",216278 "key": "error",
215361 "docstring": "The error from the tool call, if any.\n",216279 "docstring": "The error from the tool call, if any.",
215362 "type": {216280 "type": {
215363 "kind": "HttpTypeString"216281 "kind": "HttpTypeReference",
216282 "ident": "BetaMcpToolCallError",
216283 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
215364 },216284 },
215365 "optional": true,216285 "optional": true,
215366 "nullable": true,216286 "nullable": true,
215367 "schemaType": "string",216287 "modelImplicit": false,
215368 "children": []216288 "schemaType": "union",
216289 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
216290 "childrenParentSchema": "union",
216291 "children": [
216292 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
216293 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
216294 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
216295 ]
215369 },216296 },
215370 "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 28 > (property) output": {216297 "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 28 > (property) output": {
215371 "kind": "HttpDeclProperty",216298 "kind": "HttpDeclProperty",
220388 "schemaType": "string",221315 "schemaType": "string",
220389 "children": []221316 "children": []
220390 },221317 },
221318 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0": {
221319 "kind": "HttpDeclTypeAlias",
221320 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/0",
221321 "ident": "McpProtocolError",
221322 "type": {
221323 "kind": "HttpTypeObject",
221324 "members": [
221325 {
221326 "ident": "code"
221327 },
221328 {
221329 "ident": "message"
221330 },
221331 {
221332 "ident": "type"
221333 }
221334 ]
221335 },
221336 "childrenParentSchema": "object",
221337 "children": [
221338 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code",
221339 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message",
221340 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type"
221341 ]
221342 },
221343 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1": {
221344 "kind": "HttpDeclTypeAlias",
221345 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/1",
221346 "ident": "McpToolExecutionError",
221347 "type": {
221348 "kind": "HttpTypeObject",
221349 "members": [
221350 {
221351 "ident": "content"
221352 },
221353 {
221354 "ident": "type"
221355 }
221356 ]
221357 },
221358 "childrenParentSchema": "object",
221359 "children": [
221360 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content",
221361 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type"
221362 ]
221363 },
221364 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2": {
221365 "kind": "HttpDeclTypeAlias",
221366 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/2",
221367 "ident": "HTTPError",
221368 "type": {
221369 "kind": "HttpTypeObject",
221370 "members": [
221371 {
221372 "ident": "code"
221373 },
221374 {
221375 "ident": "message"
221376 },
221377 {
221378 "ident": "type"
221379 }
221380 ]
221381 },
221382 "childrenParentSchema": "object",
221383 "children": [
221384 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code",
221385 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message",
221386 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type"
221387 ]
221388 },
221389 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)": {
221390 "kind": "HttpDeclTypeAlias",
221391 "oasRef": "#/components/schemas/BetaMCPToolCallError",
221392 "ident": "BetaMcpToolCallError",
221393 "type": {
221394 "kind": "HttpTypeUnion",
221395 "oasRef": "#/components/schemas/BetaMCPToolCallError",
221396 "types": [
221397 {
221398 "kind": "HttpTypeObject",
221399 "members": [
221400 {
221401 "ident": "code"
221402 },
221403 {
221404 "ident": "message"
221405 },
221406 {
221407 "ident": "type"
221408 }
221409 ]
221410 },
221411 {
221412 "kind": "HttpTypeObject",
221413 "members": [
221414 {
221415 "ident": "content"
221416 },
221417 {
221418 "ident": "type"
221419 }
221420 ]
221421 },
221422 {
221423 "kind": "HttpTypeObject",
221424 "members": [
221425 {
221426 "ident": "code"
221427 },
221428 {
221429 "ident": "message"
221430 },
221431 {
221432 "ident": "type"
221433 }
221434 ]
221435 }
221436 ]
221437 },
221438 "childrenParentSchema": "union",
221439 "children": [
221440 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
221441 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
221442 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
221443 ]
221444 },
220391 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {221445 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {
220392 "kind": "HttpDeclReference",221446 "kind": "HttpDeclReference",
220393 "type": {221447 "type": {
233071 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"234125 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"
233072 ]234126 ]
233073 },234127 },
234128 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code": {
234129 "kind": "HttpDeclProperty",
234130 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/code",
234131 "deprecated": false,
234132 "key": "code",
234133 "type": {
234134 "kind": "HttpTypeNumber"
234135 },
234136 "optional": false,
234137 "nullable": false,
234138 "schemaType": "integer",
234139 "children": []
234140 },
234141 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message": {
234142 "kind": "HttpDeclProperty",
234143 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/message",
234144 "deprecated": false,
234145 "key": "message",
234146 "type": {
234147 "kind": "HttpTypeString"
234148 },
234149 "optional": false,
234150 "nullable": false,
234151 "schemaType": "string",
234152 "children": []
234153 },
234154 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type": {
234155 "kind": "HttpDeclProperty",
234156 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
234157 "deprecated": false,
234158 "key": "type",
234159 "type": {
234160 "kind": "HttpTypeUnion",
234161 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
234162 "types": [
234163 {
234164 "kind": "HttpTypeLiteral",
234165 "literal": "mcp_protocol_error"
234166 }
234167 ]
234168 },
234169 "default": "mcp_protocol_error",
234170 "optional": false,
234171 "nullable": false,
234172 "schemaType": "enum",
234173 "childrenParentSchema": "enum",
234174 "children": [
234175 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0"
234176 ]
234177 },
234178 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content": {
234179 "kind": "HttpDeclProperty",
234180 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/content",
234181 "deprecated": false,
234182 "key": "content",
234183 "type": {
234184 "kind": "HttpTypeUnknown"
234185 },
234186 "optional": false,
234187 "nullable": false,
234188 "schemaType": "unknown",
234189 "children": []
234190 },
234191 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type": {
234192 "kind": "HttpDeclProperty",
234193 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
234194 "deprecated": false,
234195 "key": "type",
234196 "type": {
234197 "kind": "HttpTypeUnion",
234198 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
234199 "types": [
234200 {
234201 "kind": "HttpTypeLiteral",
234202 "literal": "mcp_tool_execution_error"
234203 }
234204 ]
234205 },
234206 "default": "mcp_tool_execution_error",
234207 "optional": false,
234208 "nullable": false,
234209 "schemaType": "enum",
234210 "childrenParentSchema": "enum",
234211 "children": [
234212 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0"
234213 ]
234214 },
234215 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code": {
234216 "kind": "HttpDeclProperty",
234217 "oasRef": "#/components/schemas/BetaHTTPError/properties/code",
234218 "deprecated": false,
234219 "key": "code",
234220 "type": {
234221 "kind": "HttpTypeNumber"
234222 },
234223 "optional": false,
234224 "nullable": false,
234225 "schemaType": "integer",
234226 "children": []
234227 },
234228 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message": {
234229 "kind": "HttpDeclProperty",
234230 "oasRef": "#/components/schemas/BetaHTTPError/properties/message",
234231 "deprecated": false,
234232 "key": "message",
234233 "type": {
234234 "kind": "HttpTypeString"
234235 },
234236 "optional": false,
234237 "nullable": false,
234238 "schemaType": "string",
234239 "children": []
234240 },
234241 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type": {
234242 "kind": "HttpDeclProperty",
234243 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
234244 "deprecated": false,
234245 "key": "type",
234246 "type": {
234247 "kind": "HttpTypeUnion",
234248 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
234249 "types": [
234250 {
234251 "kind": "HttpTypeLiteral",
234252 "literal": "http_error"
234253 }
234254 ]
234255 },
234256 "default": "http_error",
234257 "optional": false,
234258 "nullable": false,
234259 "schemaType": "enum",
234260 "childrenParentSchema": "enum",
234261 "children": [
234262 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0"
234263 ]
234264 },
233074 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {234265 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {
233075 "kind": "HttpDeclProperty",234266 "kind": "HttpDeclProperty",
233076 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",234267 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",
243525 "literal": "program"244716 "literal": "program"
243526 }244717 }
243527 },244718 },
244719 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0": {
244720 "kind": "HttpDeclReference",
244721 "type": {
244722 "kind": "HttpTypeLiteral",
244723 "literal": "mcp_protocol_error"
244724 }
244725 },
244726 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0": {
244727 "kind": "HttpDeclReference",
244728 "type": {
244729 "kind": "HttpTypeLiteral",
244730 "literal": "mcp_tool_execution_error"
244731 }
244732 },
244733 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0": {
244734 "kind": "HttpDeclReference",
244735 "type": {
244736 "kind": "HttpTypeLiteral",
244737 "literal": "http_error"
244738 }
244739 },
243528 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {244740 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {
243529 "kind": "HttpDeclReference",244741 "kind": "HttpDeclReference",
243530 "type": {244742 "type": {
267500 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",268712 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
267501 "deprecated": false,268713 "deprecated": false,
267502 "key": "encrypted_content",268714 "key": "encrypted_content",
267503 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",268715 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
267504 "type": {268716 "type": {
267505 "kind": "HttpTypeString"268717 "kind": "HttpTypeString"
267506 },268718 },
270484 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",271696 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
270485 "deprecated": false,271697 "deprecated": false,
270486 "key": "error",271698 "key": "error",
270487 "docstring": "The error from the tool call, if any.\n",271699 "docstring": "The error from the tool call, if any.",
270488 "type": {271700 "type": {
270489 "kind": "HttpTypeString"271701 "kind": "HttpTypeReference",
271702 "ident": "BetaMcpToolCallError",
271703 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
270490 },271704 },
270491 "optional": true,271705 "optional": true,
270492 "nullable": true,271706 "nullable": true,
270493 "schemaType": "string",271707 "modelImplicit": false,
270494 "children": []271708 "schemaType": "union",
271709 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
271710 "childrenParentSchema": "union",
271711 "children": [
271712 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
271713 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
271714 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
271715 ]
270495 },271716 },
270496 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {271717 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {
270497 "kind": "HttpDeclProperty",271718 "kind": "HttpDeclProperty",
277189 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",278410 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
277190 "deprecated": false,278411 "deprecated": false,
277191 "key": "encrypted_content",278412 "key": "encrypted_content",
277192 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",278413 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
277193 "type": {278414 "type": {
277194 "kind": "HttpTypeString"278415 "kind": "HttpTypeString"
277195 },278416 },
279114 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",280335 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
279115 "deprecated": false,280336 "deprecated": false,
279116 "key": "error",280337 "key": "error",
279117 "docstring": "The error from the tool call, if any.\n",280338 "docstring": "The error from the tool call, if any.",
279118 "type": {280339 "type": {
279119 "kind": "HttpTypeString"280340 "kind": "HttpTypeReference",
280341 "ident": "BetaMcpToolCallError",
280342 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
279120 },280343 },
279121 "optional": true,280344 "optional": true,
279122 "nullable": true,280345 "nullable": true,
279123 "schemaType": "string",280346 "modelImplicit": false,
279124 "children": []280347 "schemaType": "union",
280348 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
280349 "childrenParentSchema": "union",
280350 "children": [
280351 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
280352 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
280353 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
280354 ]
279125 },280355 },
279126 "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 28 > (property) output": {280356 "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 28 > (property) output": {
279127 "kind": "HttpDeclProperty",280357 "kind": "HttpDeclProperty",
284144 "schemaType": "string",285374 "schemaType": "string",
284145 "children": []285375 "children": []
284146 },285376 },
285377 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0": {
285378 "kind": "HttpDeclTypeAlias",
285379 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/0",
285380 "ident": "McpProtocolError",
285381 "type": {
285382 "kind": "HttpTypeObject",
285383 "members": [
285384 {
285385 "ident": "code"
285386 },
285387 {
285388 "ident": "message"
285389 },
285390 {
285391 "ident": "type"
285392 }
285393 ]
285394 },
285395 "childrenParentSchema": "object",
285396 "children": [
285397 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code",
285398 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message",
285399 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type"
285400 ]
285401 },
285402 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1": {
285403 "kind": "HttpDeclTypeAlias",
285404 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/1",
285405 "ident": "McpToolExecutionError",
285406 "type": {
285407 "kind": "HttpTypeObject",
285408 "members": [
285409 {
285410 "ident": "content"
285411 },
285412 {
285413 "ident": "type"
285414 }
285415 ]
285416 },
285417 "childrenParentSchema": "object",
285418 "children": [
285419 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content",
285420 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type"
285421 ]
285422 },
285423 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2": {
285424 "kind": "HttpDeclTypeAlias",
285425 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/2",
285426 "ident": "HTTPError",
285427 "type": {
285428 "kind": "HttpTypeObject",
285429 "members": [
285430 {
285431 "ident": "code"
285432 },
285433 {
285434 "ident": "message"
285435 },
285436 {
285437 "ident": "type"
285438 }
285439 ]
285440 },
285441 "childrenParentSchema": "object",
285442 "children": [
285443 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code",
285444 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message",
285445 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type"
285446 ]
285447 },
285448 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)": {
285449 "kind": "HttpDeclTypeAlias",
285450 "oasRef": "#/components/schemas/BetaMCPToolCallError",
285451 "ident": "BetaMcpToolCallError",
285452 "type": {
285453 "kind": "HttpTypeUnion",
285454 "oasRef": "#/components/schemas/BetaMCPToolCallError",
285455 "types": [
285456 {
285457 "kind": "HttpTypeObject",
285458 "members": [
285459 {
285460 "ident": "code"
285461 },
285462 {
285463 "ident": "message"
285464 },
285465 {
285466 "ident": "type"
285467 }
285468 ]
285469 },
285470 {
285471 "kind": "HttpTypeObject",
285472 "members": [
285473 {
285474 "ident": "content"
285475 },
285476 {
285477 "ident": "type"
285478 }
285479 ]
285480 },
285481 {
285482 "kind": "HttpTypeObject",
285483 "members": [
285484 {
285485 "ident": "code"
285486 },
285487 {
285488 "ident": "message"
285489 },
285490 {
285491 "ident": "type"
285492 }
285493 ]
285494 }
285495 ]
285496 },
285497 "childrenParentSchema": "union",
285498 "children": [
285499 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
285500 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
285501 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
285502 ]
285503 },
284147 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {285504 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {
284148 "kind": "HttpDeclReference",285505 "kind": "HttpDeclReference",
284149 "type": {285506 "type": {
296827 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"298184 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"
296828 ]298185 ]
296829 },298186 },
298187 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code": {
298188 "kind": "HttpDeclProperty",
298189 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/code",
298190 "deprecated": false,
298191 "key": "code",
298192 "type": {
298193 "kind": "HttpTypeNumber"
298194 },
298195 "optional": false,
298196 "nullable": false,
298197 "schemaType": "integer",
298198 "children": []
298199 },
298200 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message": {
298201 "kind": "HttpDeclProperty",
298202 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/message",
298203 "deprecated": false,
298204 "key": "message",
298205 "type": {
298206 "kind": "HttpTypeString"
298207 },
298208 "optional": false,
298209 "nullable": false,
298210 "schemaType": "string",
298211 "children": []
298212 },
298213 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type": {
298214 "kind": "HttpDeclProperty",
298215 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
298216 "deprecated": false,
298217 "key": "type",
298218 "type": {
298219 "kind": "HttpTypeUnion",
298220 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
298221 "types": [
298222 {
298223 "kind": "HttpTypeLiteral",
298224 "literal": "mcp_protocol_error"
298225 }
298226 ]
298227 },
298228 "default": "mcp_protocol_error",
298229 "optional": false,
298230 "nullable": false,
298231 "schemaType": "enum",
298232 "childrenParentSchema": "enum",
298233 "children": [
298234 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0"
298235 ]
298236 },
298237 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content": {
298238 "kind": "HttpDeclProperty",
298239 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/content",
298240 "deprecated": false,
298241 "key": "content",
298242 "type": {
298243 "kind": "HttpTypeUnknown"
298244 },
298245 "optional": false,
298246 "nullable": false,
298247 "schemaType": "unknown",
298248 "children": []
298249 },
298250 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type": {
298251 "kind": "HttpDeclProperty",
298252 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
298253 "deprecated": false,
298254 "key": "type",
298255 "type": {
298256 "kind": "HttpTypeUnion",
298257 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
298258 "types": [
298259 {
298260 "kind": "HttpTypeLiteral",
298261 "literal": "mcp_tool_execution_error"
298262 }
298263 ]
298264 },
298265 "default": "mcp_tool_execution_error",
298266 "optional": false,
298267 "nullable": false,
298268 "schemaType": "enum",
298269 "childrenParentSchema": "enum",
298270 "children": [
298271 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0"
298272 ]
298273 },
298274 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code": {
298275 "kind": "HttpDeclProperty",
298276 "oasRef": "#/components/schemas/BetaHTTPError/properties/code",
298277 "deprecated": false,
298278 "key": "code",
298279 "type": {
298280 "kind": "HttpTypeNumber"
298281 },
298282 "optional": false,
298283 "nullable": false,
298284 "schemaType": "integer",
298285 "children": []
298286 },
298287 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message": {
298288 "kind": "HttpDeclProperty",
298289 "oasRef": "#/components/schemas/BetaHTTPError/properties/message",
298290 "deprecated": false,
298291 "key": "message",
298292 "type": {
298293 "kind": "HttpTypeString"
298294 },
298295 "optional": false,
298296 "nullable": false,
298297 "schemaType": "string",
298298 "children": []
298299 },
298300 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type": {
298301 "kind": "HttpDeclProperty",
298302 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
298303 "deprecated": false,
298304 "key": "type",
298305 "type": {
298306 "kind": "HttpTypeUnion",
298307 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
298308 "types": [
298309 {
298310 "kind": "HttpTypeLiteral",
298311 "literal": "http_error"
298312 }
298313 ]
298314 },
298315 "default": "http_error",
298316 "optional": false,
298317 "nullable": false,
298318 "schemaType": "enum",
298319 "childrenParentSchema": "enum",
298320 "children": [
298321 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0"
298322 ]
298323 },
296830 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {298324 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {
296831 "kind": "HttpDeclProperty",298325 "kind": "HttpDeclProperty",
296832 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",298326 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",
307281 "literal": "program"308775 "literal": "program"
307282 }308776 }
307283 },308777 },
308778 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0": {
308779 "kind": "HttpDeclReference",
308780 "type": {
308781 "kind": "HttpTypeLiteral",
308782 "literal": "mcp_protocol_error"
308783 }
308784 },
308785 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0": {
308786 "kind": "HttpDeclReference",
308787 "type": {
308788 "kind": "HttpTypeLiteral",
308789 "literal": "mcp_tool_execution_error"
308790 }
308791 },
308792 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0": {
308793 "kind": "HttpDeclReference",
308794 "type": {
308795 "kind": "HttpTypeLiteral",
308796 "literal": "http_error"
308797 }
308798 },
307284 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {308799 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {
307285 "kind": "HttpDeclReference",308800 "kind": "HttpDeclReference",
307286 "type": {308801 "type": {
318861 "oasRef": "#/components/schemas/BetaResponseOutputItemAddedEvent/properties/item",320376 "oasRef": "#/components/schemas/BetaResponseOutputItemAddedEvent/properties/item",
318862 "deprecated": false,320377 "deprecated": false,
318863 "key": "item",320378 "key": "item",
318864 "docstring": "The output item that was added.\n",320379 "docstring": "The output item that was added. For reasoning items, `encrypted_content`\nmay be incomplete while the item is in progress. Use the reasoning item\nfrom the corresponding `response.output_item.done` event when passing it\nas input to a subsequent request.\n",
318865 "type": {320380 "type": {
318866 "kind": "HttpTypeReference",320381 "kind": "HttpTypeReference",
318867 "ident": "BetaResponseOutputItem",320382 "ident": "BetaResponseOutputItem",
323091 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",324606 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
323092 "deprecated": false,324607 "deprecated": false,
323093 "key": "encrypted_content",324608 "key": "encrypted_content",
323094 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",324609 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
323095 "type": {324610 "type": {
323096 "kind": "HttpTypeString"324611 "kind": "HttpTypeString"
323097 },324612 },
326075 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",327590 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
326076 "deprecated": false,327591 "deprecated": false,
326077 "key": "error",327592 "key": "error",
326078 "docstring": "The error from the tool call, if any.\n",327593 "docstring": "The error from the tool call, if any.",
326079 "type": {327594 "type": {
326080 "kind": "HttpTypeString"327595 "kind": "HttpTypeReference",
327596 "ident": "BetaMcpToolCallError",
327597 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
326081 },327598 },
326082 "optional": true,327599 "optional": true,
326083 "nullable": true,327600 "nullable": true,
326084 "schemaType": "string",327601 "modelImplicit": false,
326085 "children": []327602 "schemaType": "union",
327603 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
327604 "childrenParentSchema": "union",
327605 "children": [
327606 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
327607 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
327608 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
327609 ]
326086 },327610 },
326087 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {327611 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {
326088 "kind": "HttpDeclProperty",327612 "kind": "HttpDeclProperty",
331139 "schemaType": "string",332663 "schemaType": "string",
331140 "children": []332664 "children": []
331141 },332665 },
332666 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0": {
332667 "kind": "HttpDeclTypeAlias",
332668 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/0",
332669 "ident": "McpProtocolError",
332670 "type": {
332671 "kind": "HttpTypeObject",
332672 "members": [
332673 {
332674 "ident": "code"
332675 },
332676 {
332677 "ident": "message"
332678 },
332679 {
332680 "ident": "type"
332681 }
332682 ]
332683 },
332684 "childrenParentSchema": "object",
332685 "children": [
332686 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code",
332687 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message",
332688 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type"
332689 ]
332690 },
332691 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1": {
332692 "kind": "HttpDeclTypeAlias",
332693 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/1",
332694 "ident": "McpToolExecutionError",
332695 "type": {
332696 "kind": "HttpTypeObject",
332697 "members": [
332698 {
332699 "ident": "content"
332700 },
332701 {
332702 "ident": "type"
332703 }
332704 ]
332705 },
332706 "childrenParentSchema": "object",
332707 "children": [
332708 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content",
332709 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type"
332710 ]
332711 },
332712 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2": {
332713 "kind": "HttpDeclTypeAlias",
332714 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/2",
332715 "ident": "HTTPError",
332716 "type": {
332717 "kind": "HttpTypeObject",
332718 "members": [
332719 {
332720 "ident": "code"
332721 },
332722 {
332723 "ident": "message"
332724 },
332725 {
332726 "ident": "type"
332727 }
332728 ]
332729 },
332730 "childrenParentSchema": "object",
332731 "children": [
332732 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code",
332733 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message",
332734 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type"
332735 ]
332736 },
332737 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)": {
332738 "kind": "HttpDeclTypeAlias",
332739 "oasRef": "#/components/schemas/BetaMCPToolCallError",
332740 "ident": "BetaMcpToolCallError",
332741 "type": {
332742 "kind": "HttpTypeUnion",
332743 "oasRef": "#/components/schemas/BetaMCPToolCallError",
332744 "types": [
332745 {
332746 "kind": "HttpTypeObject",
332747 "members": [
332748 {
332749 "ident": "code"
332750 },
332751 {
332752 "ident": "message"
332753 },
332754 {
332755 "ident": "type"
332756 }
332757 ]
332758 },
332759 {
332760 "kind": "HttpTypeObject",
332761 "members": [
332762 {
332763 "ident": "content"
332764 },
332765 {
332766 "ident": "type"
332767 }
332768 ]
332769 },
332770 {
332771 "kind": "HttpTypeObject",
332772 "members": [
332773 {
332774 "ident": "code"
332775 },
332776 {
332777 "ident": "message"
332778 },
332779 {
332780 "ident": "type"
332781 }
332782 ]
332783 }
332784 ]
332785 },
332786 "childrenParentSchema": "union",
332787 "children": [
332788 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
332789 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
332790 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
332791 ]
332792 },
331142 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {332793 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {
331143 "kind": "HttpDeclReference",332794 "kind": "HttpDeclReference",
331144 "type": {332795 "type": {
337963 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"339614 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"
337964 ]339615 ]
337965 },339616 },
339617 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code": {
339618 "kind": "HttpDeclProperty",
339619 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/code",
339620 "deprecated": false,
339621 "key": "code",
339622 "type": {
339623 "kind": "HttpTypeNumber"
339624 },
339625 "optional": false,
339626 "nullable": false,
339627 "schemaType": "integer",
339628 "children": []
339629 },
339630 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message": {
339631 "kind": "HttpDeclProperty",
339632 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/message",
339633 "deprecated": false,
339634 "key": "message",
339635 "type": {
339636 "kind": "HttpTypeString"
339637 },
339638 "optional": false,
339639 "nullable": false,
339640 "schemaType": "string",
339641 "children": []
339642 },
339643 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type": {
339644 "kind": "HttpDeclProperty",
339645 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
339646 "deprecated": false,
339647 "key": "type",
339648 "type": {
339649 "kind": "HttpTypeUnion",
339650 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
339651 "types": [
339652 {
339653 "kind": "HttpTypeLiteral",
339654 "literal": "mcp_protocol_error"
339655 }
339656 ]
339657 },
339658 "default": "mcp_protocol_error",
339659 "optional": false,
339660 "nullable": false,
339661 "schemaType": "enum",
339662 "childrenParentSchema": "enum",
339663 "children": [
339664 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0"
339665 ]
339666 },
339667 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content": {
339668 "kind": "HttpDeclProperty",
339669 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/content",
339670 "deprecated": false,
339671 "key": "content",
339672 "type": {
339673 "kind": "HttpTypeUnknown"
339674 },
339675 "optional": false,
339676 "nullable": false,
339677 "schemaType": "unknown",
339678 "children": []
339679 },
339680 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type": {
339681 "kind": "HttpDeclProperty",
339682 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
339683 "deprecated": false,
339684 "key": "type",
339685 "type": {
339686 "kind": "HttpTypeUnion",
339687 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
339688 "types": [
339689 {
339690 "kind": "HttpTypeLiteral",
339691 "literal": "mcp_tool_execution_error"
339692 }
339693 ]
339694 },
339695 "default": "mcp_tool_execution_error",
339696 "optional": false,
339697 "nullable": false,
339698 "schemaType": "enum",
339699 "childrenParentSchema": "enum",
339700 "children": [
339701 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0"
339702 ]
339703 },
339704 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code": {
339705 "kind": "HttpDeclProperty",
339706 "oasRef": "#/components/schemas/BetaHTTPError/properties/code",
339707 "deprecated": false,
339708 "key": "code",
339709 "type": {
339710 "kind": "HttpTypeNumber"
339711 },
339712 "optional": false,
339713 "nullable": false,
339714 "schemaType": "integer",
339715 "children": []
339716 },
339717 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message": {
339718 "kind": "HttpDeclProperty",
339719 "oasRef": "#/components/schemas/BetaHTTPError/properties/message",
339720 "deprecated": false,
339721 "key": "message",
339722 "type": {
339723 "kind": "HttpTypeString"
339724 },
339725 "optional": false,
339726 "nullable": false,
339727 "schemaType": "string",
339728 "children": []
339729 },
339730 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type": {
339731 "kind": "HttpDeclProperty",
339732 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
339733 "deprecated": false,
339734 "key": "type",
339735 "type": {
339736 "kind": "HttpTypeUnion",
339737 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
339738 "types": [
339739 {
339740 "kind": "HttpTypeLiteral",
339741 "literal": "http_error"
339742 }
339743 ]
339744 },
339745 "default": "http_error",
339746 "optional": false,
339747 "nullable": false,
339748 "schemaType": "enum",
339749 "childrenParentSchema": "enum",
339750 "children": [
339751 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0"
339752 ]
339753 },
337966 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {339754 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {
337967 "kind": "HttpDeclProperty",339755 "kind": "HttpDeclProperty",
337968 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",339756 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",
341566 "literal": "program"343354 "literal": "program"
341567 }343355 }
341568 },343356 },
343357 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0": {
343358 "kind": "HttpDeclReference",
343359 "type": {
343360 "kind": "HttpTypeLiteral",
343361 "literal": "mcp_protocol_error"
343362 }
343363 },
343364 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0": {
343365 "kind": "HttpDeclReference",
343366 "type": {
343367 "kind": "HttpTypeLiteral",
343368 "literal": "mcp_tool_execution_error"
343369 }
343370 },
343371 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0": {
343372 "kind": "HttpDeclReference",
343373 "type": {
343374 "kind": "HttpTypeLiteral",
343375 "literal": "http_error"
343376 }
343377 },
341569 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {343378 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {
341570 "kind": "HttpDeclReference",343379 "kind": "HttpDeclReference",
341571 "type": {343380 "type": {
350290 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",352099 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
350291 "deprecated": false,352100 "deprecated": false,
350292 "key": "encrypted_content",352101 "key": "encrypted_content",
350293 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",352102 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
350294 "type": {352103 "type": {
350295 "kind": "HttpTypeString"352104 "kind": "HttpTypeString"
350296 },352105 },
353274 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",355083 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
353275 "deprecated": false,355084 "deprecated": false,
353276 "key": "error",355085 "key": "error",
353277 "docstring": "The error from the tool call, if any.\n",355086 "docstring": "The error from the tool call, if any.",
353278 "type": {355087 "type": {
353279 "kind": "HttpTypeString"355088 "kind": "HttpTypeReference",
355089 "ident": "BetaMcpToolCallError",
355090 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
353280 },355091 },
353281 "optional": true,355092 "optional": true,
353282 "nullable": true,355093 "nullable": true,
353283 "schemaType": "string",355094 "modelImplicit": false,
353284 "children": []355095 "schemaType": "union",
355096 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
355097 "childrenParentSchema": "union",
355098 "children": [
355099 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
355100 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
355101 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
355102 ]
353285 },355103 },
353286 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {355104 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {
353287 "kind": "HttpDeclProperty",355105 "kind": "HttpDeclProperty",
358338 "schemaType": "string",360156 "schemaType": "string",
358339 "children": []360157 "children": []
358340 },360158 },
360159 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0": {
360160 "kind": "HttpDeclTypeAlias",
360161 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/0",
360162 "ident": "McpProtocolError",
360163 "type": {
360164 "kind": "HttpTypeObject",
360165 "members": [
360166 {
360167 "ident": "code"
360168 },
360169 {
360170 "ident": "message"
360171 },
360172 {
360173 "ident": "type"
360174 }
360175 ]
360176 },
360177 "childrenParentSchema": "object",
360178 "children": [
360179 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code",
360180 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message",
360181 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type"
360182 ]
360183 },
360184 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1": {
360185 "kind": "HttpDeclTypeAlias",
360186 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/1",
360187 "ident": "McpToolExecutionError",
360188 "type": {
360189 "kind": "HttpTypeObject",
360190 "members": [
360191 {
360192 "ident": "content"
360193 },
360194 {
360195 "ident": "type"
360196 }
360197 ]
360198 },
360199 "childrenParentSchema": "object",
360200 "children": [
360201 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content",
360202 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type"
360203 ]
360204 },
360205 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2": {
360206 "kind": "HttpDeclTypeAlias",
360207 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/2",
360208 "ident": "HTTPError",
360209 "type": {
360210 "kind": "HttpTypeObject",
360211 "members": [
360212 {
360213 "ident": "code"
360214 },
360215 {
360216 "ident": "message"
360217 },
360218 {
360219 "ident": "type"
360220 }
360221 ]
360222 },
360223 "childrenParentSchema": "object",
360224 "children": [
360225 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code",
360226 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message",
360227 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type"
360228 ]
360229 },
360230 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)": {
360231 "kind": "HttpDeclTypeAlias",
360232 "oasRef": "#/components/schemas/BetaMCPToolCallError",
360233 "ident": "BetaMcpToolCallError",
360234 "type": {
360235 "kind": "HttpTypeUnion",
360236 "oasRef": "#/components/schemas/BetaMCPToolCallError",
360237 "types": [
360238 {
360239 "kind": "HttpTypeObject",
360240 "members": [
360241 {
360242 "ident": "code"
360243 },
360244 {
360245 "ident": "message"
360246 },
360247 {
360248 "ident": "type"
360249 }
360250 ]
360251 },
360252 {
360253 "kind": "HttpTypeObject",
360254 "members": [
360255 {
360256 "ident": "content"
360257 },
360258 {
360259 "ident": "type"
360260 }
360261 ]
360262 },
360263 {
360264 "kind": "HttpTypeObject",
360265 "members": [
360266 {
360267 "ident": "code"
360268 },
360269 {
360270 "ident": "message"
360271 },
360272 {
360273 "ident": "type"
360274 }
360275 ]
360276 }
360277 ]
360278 },
360279 "childrenParentSchema": "union",
360280 "children": [
360281 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
360282 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
360283 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
360284 ]
360285 },
358341 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {360286 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {
358342 "kind": "HttpDeclReference",360287 "kind": "HttpDeclReference",
358343 "type": {360288 "type": {
365162 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"367107 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"
365163 ]367108 ]
365164 },367109 },
367110 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code": {
367111 "kind": "HttpDeclProperty",
367112 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/code",
367113 "deprecated": false,
367114 "key": "code",
367115 "type": {
367116 "kind": "HttpTypeNumber"
367117 },
367118 "optional": false,
367119 "nullable": false,
367120 "schemaType": "integer",
367121 "children": []
367122 },
367123 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message": {
367124 "kind": "HttpDeclProperty",
367125 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/message",
367126 "deprecated": false,
367127 "key": "message",
367128 "type": {
367129 "kind": "HttpTypeString"
367130 },
367131 "optional": false,
367132 "nullable": false,
367133 "schemaType": "string",
367134 "children": []
367135 },
367136 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type": {
367137 "kind": "HttpDeclProperty",
367138 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
367139 "deprecated": false,
367140 "key": "type",
367141 "type": {
367142 "kind": "HttpTypeUnion",
367143 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
367144 "types": [
367145 {
367146 "kind": "HttpTypeLiteral",
367147 "literal": "mcp_protocol_error"
367148 }
367149 ]
367150 },
367151 "default": "mcp_protocol_error",
367152 "optional": false,
367153 "nullable": false,
367154 "schemaType": "enum",
367155 "childrenParentSchema": "enum",
367156 "children": [
367157 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0"
367158 ]
367159 },
367160 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content": {
367161 "kind": "HttpDeclProperty",
367162 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/content",
367163 "deprecated": false,
367164 "key": "content",
367165 "type": {
367166 "kind": "HttpTypeUnknown"
367167 },
367168 "optional": false,
367169 "nullable": false,
367170 "schemaType": "unknown",
367171 "children": []
367172 },
367173 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type": {
367174 "kind": "HttpDeclProperty",
367175 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
367176 "deprecated": false,
367177 "key": "type",
367178 "type": {
367179 "kind": "HttpTypeUnion",
367180 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
367181 "types": [
367182 {
367183 "kind": "HttpTypeLiteral",
367184 "literal": "mcp_tool_execution_error"
367185 }
367186 ]
367187 },
367188 "default": "mcp_tool_execution_error",
367189 "optional": false,
367190 "nullable": false,
367191 "schemaType": "enum",
367192 "childrenParentSchema": "enum",
367193 "children": [
367194 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0"
367195 ]
367196 },
367197 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code": {
367198 "kind": "HttpDeclProperty",
367199 "oasRef": "#/components/schemas/BetaHTTPError/properties/code",
367200 "deprecated": false,
367201 "key": "code",
367202 "type": {
367203 "kind": "HttpTypeNumber"
367204 },
367205 "optional": false,
367206 "nullable": false,
367207 "schemaType": "integer",
367208 "children": []
367209 },
367210 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message": {
367211 "kind": "HttpDeclProperty",
367212 "oasRef": "#/components/schemas/BetaHTTPError/properties/message",
367213 "deprecated": false,
367214 "key": "message",
367215 "type": {
367216 "kind": "HttpTypeString"
367217 },
367218 "optional": false,
367219 "nullable": false,
367220 "schemaType": "string",
367221 "children": []
367222 },
367223 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type": {
367224 "kind": "HttpDeclProperty",
367225 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
367226 "deprecated": false,
367227 "key": "type",
367228 "type": {
367229 "kind": "HttpTypeUnion",
367230 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
367231 "types": [
367232 {
367233 "kind": "HttpTypeLiteral",
367234 "literal": "http_error"
367235 }
367236 ]
367237 },
367238 "default": "http_error",
367239 "optional": false,
367240 "nullable": false,
367241 "schemaType": "enum",
367242 "childrenParentSchema": "enum",
367243 "children": [
367244 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0"
367245 ]
367246 },
365165 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {367247 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {
365166 "kind": "HttpDeclProperty",367248 "kind": "HttpDeclProperty",
365167 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",367249 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",
368765 "literal": "program"370847 "literal": "program"
368766 }370848 }
368767 },370849 },
370850 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0": {
370851 "kind": "HttpDeclReference",
370852 "type": {
370853 "kind": "HttpTypeLiteral",
370854 "literal": "mcp_protocol_error"
370855 }
370856 },
370857 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0": {
370858 "kind": "HttpDeclReference",
370859 "type": {
370860 "kind": "HttpTypeLiteral",
370861 "literal": "mcp_tool_execution_error"
370862 }
370863 },
370864 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0": {
370865 "kind": "HttpDeclReference",
370866 "type": {
370867 "kind": "HttpTypeLiteral",
370868 "literal": "http_error"
370869 }
370870 },
368768 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {370871 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {
368769 "kind": "HttpDeclReference",370872 "kind": "HttpDeclReference",
368770 "type": {370873 "type": {
379978 },382081 },
379979 {382082 {
379980 "ident": "agent"382083 "ident": "agent"
382084 },
382085 {
382086 "ident": "background"
382087 },
382088 {
382089 "ident": "output_format"
382090 },
382091 {
382092 "ident": "quality"
382093 },
382094 {
382095 "ident": "size"
379981 }382096 }
379982 ]382097 ]
379983 },382098 },
379989 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) partial_image_index",382104 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) partial_image_index",
379990 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) sequence_number",382105 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) sequence_number",
379991 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) type",382106 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) type",
379992 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) agent"382107 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) agent",
382108 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) background",
382109 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) output_format",
382110 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) quality",
382111 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) size"
379993 ]382112 ]
379994 },382113 },
379995 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) item_id": {382114 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) item_id": {
380108 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) agent > (property) agent_name"382227 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) agent > (property) agent_name"
380109 ]382228 ]
380110 },382229 },
382230 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) background": {
382231 "kind": "HttpDeclProperty",
382232 "oasRef": "#/components/schemas/BetaResponseImageGenCallPartialImageEvent/properties/background",
382233 "deprecated": false,
382234 "key": "background",
382235 "docstring": "The background setting that was used.",
382236 "type": {
382237 "kind": "HttpTypeString"
382238 },
382239 "optional": true,
382240 "nullable": false,
382241 "schemaType": "string",
382242 "children": []
382243 },
382244 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) output_format": {
382245 "kind": "HttpDeclProperty",
382246 "oasRef": "#/components/schemas/BetaResponseImageGenCallPartialImageEvent/properties/output_format",
382247 "deprecated": false,
382248 "key": "output_format",
382249 "docstring": "The output format that was used.",
382250 "type": {
382251 "kind": "HttpTypeString"
382252 },
382253 "optional": true,
382254 "nullable": false,
382255 "schemaType": "string",
382256 "children": []
382257 },
382258 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) quality": {
382259 "kind": "HttpDeclProperty",
382260 "oasRef": "#/components/schemas/BetaResponseImageGenCallPartialImageEvent/properties/quality",
382261 "deprecated": false,
382262 "key": "quality",
382263 "docstring": "The image quality that was used.",
382264 "type": {
382265 "kind": "HttpTypeString"
382266 },
382267 "optional": true,
382268 "nullable": false,
382269 "schemaType": "string",
382270 "children": []
382271 },
382272 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) size": {
382273 "kind": "HttpDeclProperty",
382274 "oasRef": "#/components/schemas/BetaResponseImageGenCallPartialImageEvent/properties/size",
382275 "deprecated": false,
382276 "key": "size",
382277 "docstring": "The image size that was used.",
382278 "type": {
382279 "kind": "HttpTypeString"
382280 },
382281 "optional": true,
382282 "nullable": false,
382283 "schemaType": "string",
382284 "children": []
382285 },
380111 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) type > (member) 0": {382286 "(resource) beta.responses > (model) beta_response_image_gen_call_partial_image_event > (schema) > (property) type > (member) 0": {
380112 "kind": "HttpDeclReference",382287 "kind": "HttpDeclReference",
380113 "type": {382288 "type": {
382453 "oasRef": "#/components/schemas/BetaResponseOutputTextAnnotationAddedEvent/properties/annotation",384628 "oasRef": "#/components/schemas/BetaResponseOutputTextAnnotationAddedEvent/properties/annotation",
382454 "deprecated": false,384629 "deprecated": false,
382455 "key": "annotation",384630 "key": "annotation",
382456 "docstring": "The annotation object being added. (See annotation schema for details.)",384631 "docstring": "An annotation that applies to a span of output text.",
382457 "type": {384632 "type": {
382458 "kind": "HttpTypeUnknown"384633 "kind": "HttpTypeUnion",
384634 "oasRef": "#/components/schemas/BetaResponseOutputTextAnnotationAddedEvent/properties/annotation",
384635 "types": [
384636 {
384637 "kind": "HttpTypeObject",
384638 "members": [
384639 {
384640 "ident": "file_id"
384641 },
384642 {
384643 "ident": "filename"
384644 },
384645 {
384646 "ident": "index"
384647 },
384648 {
384649 "ident": "type"
384650 }
384651 ]
384652 },
384653 {
384654 "kind": "HttpTypeObject",
384655 "members": [
384656 {
384657 "ident": "end_index"
384658 },
384659 {
384660 "ident": "start_index"
384661 },
384662 {
384663 "ident": "title"
384664 },
384665 {
384666 "ident": "type"
384667 },
384668 {
384669 "ident": "url"
384670 }
384671 ]
384672 },
384673 {
384674 "kind": "HttpTypeObject",
384675 "members": [
384676 {
384677 "ident": "container_id"
384678 },
384679 {
384680 "ident": "end_index"
384681 },
384682 {
384683 "ident": "file_id"
384684 },
384685 {
384686 "ident": "filename"
384687 },
384688 {
384689 "ident": "start_index"
384690 },
384691 {
384692 "ident": "type"
384693 }
384694 ]
384695 },
384696 {
384697 "kind": "HttpTypeObject",
384698 "members": [
384699 {
384700 "ident": "file_id"
384701 },
384702 {
384703 "ident": "index"
384704 },
384705 {
384706 "ident": "type"
384707 }
384708 ]
384709 }
384710 ]
382459 },384711 },
382460 "optional": false,384712 "optional": false,
382461 "nullable": false,384713 "nullable": true,
382462 "schemaType": "unknown",384714 "schemaType": "union",
382463 "children": []384715 "childrenParentSchema": "union",
384716 "children": [
384717 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 0",
384718 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1",
384719 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2",
384720 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 3"
384721 ]
382464 },384722 },
382465 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation_index": {384723 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation_index": {
382466 "kind": "HttpDeclProperty",384724 "kind": "HttpDeclProperty",
382578 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) agent > (property) agent_name"384836 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) agent > (property) agent_name"
382579 ]384837 ]
382580 },384838 },
384839 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 0": {
384840 "kind": "HttpDeclTypeAlias",
384841 "oasRef": "#/components/schemas/BetaAnnotation/oneOf/0",
384842 "docstring": "A citation to a file.",
384843 "ident": "FileCitation",
384844 "type": {
384845 "kind": "HttpTypeObject",
384846 "members": [
384847 {
384848 "ident": "file_id"
384849 },
384850 {
384851 "ident": "filename"
384852 },
384853 {
384854 "ident": "index"
384855 },
384856 {
384857 "ident": "type"
384858 }
384859 ]
384860 },
384861 "childrenParentSchema": "object",
384862 "children": [
384863 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 0 > (property) file_id",
384864 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 0 > (property) filename",
384865 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 0 > (property) index",
384866 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 0 > (property) type"
384867 ]
384868 },
384869 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1": {
384870 "kind": "HttpDeclTypeAlias",
384871 "oasRef": "#/components/schemas/BetaAnnotation/oneOf/1",
384872 "docstring": "A citation for a web resource used to generate a model response.",
384873 "ident": "URLCitation",
384874 "type": {
384875 "kind": "HttpTypeObject",
384876 "members": [
384877 {
384878 "ident": "end_index"
384879 },
384880 {
384881 "ident": "start_index"
384882 },
384883 {
384884 "ident": "title"
384885 },
384886 {
384887 "ident": "type"
384888 },
384889 {
384890 "ident": "url"
384891 }
384892 ]
384893 },
384894 "childrenParentSchema": "object",
384895 "children": [
384896 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1 > (property) end_index",
384897 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1 > (property) start_index",
384898 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1 > (property) title",
384899 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1 > (property) type",
384900 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1 > (property) url"
384901 ]
384902 },
384903 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2": {
384904 "kind": "HttpDeclTypeAlias",
384905 "oasRef": "#/components/schemas/BetaAnnotation/oneOf/2",
384906 "docstring": "A citation for a container file used to generate a model response.",
384907 "ident": "ContainerFileCitation",
384908 "type": {
384909 "kind": "HttpTypeObject",
384910 "members": [
384911 {
384912 "ident": "container_id"
384913 },
384914 {
384915 "ident": "end_index"
384916 },
384917 {
384918 "ident": "file_id"
384919 },
384920 {
384921 "ident": "filename"
384922 },
384923 {
384924 "ident": "start_index"
384925 },
384926 {
384927 "ident": "type"
384928 }
384929 ]
384930 },
384931 "childrenParentSchema": "object",
384932 "children": [
384933 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) container_id",
384934 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) end_index",
384935 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) file_id",
384936 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) filename",
384937 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) start_index",
384938 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) type"
384939 ]
384940 },
384941 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 3": {
384942 "kind": "HttpDeclTypeAlias",
384943 "oasRef": "#/components/schemas/BetaAnnotation/oneOf/3",
384944 "docstring": "A path to a file.\n",
384945 "ident": "FilePath",
384946 "type": {
384947 "kind": "HttpTypeObject",
384948 "members": [
384949 {
384950 "ident": "file_id"
384951 },
384952 {
384953 "ident": "index"
384954 },
384955 {
384956 "ident": "type"
384957 }
384958 ]
384959 },
384960 "childrenParentSchema": "object",
384961 "children": [
384962 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 3 > (property) file_id",
384963 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 3 > (property) index",
384964 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 3 > (property) type"
384965 ]
384966 },
382581 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) type > (member) 0": {384967 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) type > (member) 0": {
382582 "kind": "HttpDeclReference",384968 "kind": "HttpDeclReference",
382583 "type": {384969 "type": {
382598 "nullable": false,384984 "nullable": false,
382599 "schemaType": "string",384985 "schemaType": "string",
382600 "children": []384986 "children": []
384987 },
384988 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 0 > (property) file_id": {
384989 "kind": "HttpDeclProperty",
384990 "oasRef": "#/components/schemas/BetaFileCitationBody/properties/file_id",
384991 "deprecated": false,
384992 "key": "file_id",
384993 "docstring": "The ID of the file.",
384994 "type": {
384995 "kind": "HttpTypeString"
384996 },
384997 "optional": false,
384998 "nullable": false,
384999 "schemaType": "string",
385000 "children": []
385001 },
385002 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 0 > (property) filename": {
385003 "kind": "HttpDeclProperty",
385004 "oasRef": "#/components/schemas/BetaFileCitationBody/properties/filename",
385005 "deprecated": false,
385006 "key": "filename",
385007 "docstring": "The filename of the file cited.",
385008 "type": {
385009 "kind": "HttpTypeString"
385010 },
385011 "optional": false,
385012 "nullable": false,
385013 "schemaType": "string",
385014 "children": []
385015 },
385016 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 0 > (property) index": {
385017 "kind": "HttpDeclProperty",
385018 "oasRef": "#/components/schemas/BetaFileCitationBody/properties/index",
385019 "deprecated": false,
385020 "key": "index",
385021 "docstring": "The index of the file in the list of files.",
385022 "type": {
385023 "kind": "HttpTypeNumber"
385024 },
385025 "optional": false,
385026 "nullable": false,
385027 "schemaType": "integer",
385028 "children": []
385029 },
385030 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 0 > (property) type": {
385031 "kind": "HttpDeclProperty",
385032 "oasRef": "#/components/schemas/BetaFileCitationBody/properties/type",
385033 "deprecated": false,
385034 "key": "type",
385035 "docstring": "The type of the file citation. Always `file_citation`.",
385036 "type": {
385037 "kind": "HttpTypeUnion",
385038 "oasRef": "#/components/schemas/BetaFileCitationBody/properties/type",
385039 "types": [
385040 {
385041 "kind": "HttpTypeLiteral",
385042 "literal": "file_citation"
385043 }
385044 ]
385045 },
385046 "default": "file_citation",
385047 "optional": false,
385048 "nullable": false,
385049 "schemaType": "enum",
385050 "childrenParentSchema": "enum",
385051 "children": [
385052 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 0 > (property) type > (member) 0"
385053 ]
385054 },
385055 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1 > (property) end_index": {
385056 "kind": "HttpDeclProperty",
385057 "oasRef": "#/components/schemas/BetaUrlCitationBody/properties/end_index",
385058 "deprecated": false,
385059 "key": "end_index",
385060 "docstring": "The index of the last character of the URL citation in the message.",
385061 "type": {
385062 "kind": "HttpTypeNumber"
385063 },
385064 "optional": false,
385065 "nullable": false,
385066 "schemaType": "integer",
385067 "children": []
385068 },
385069 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1 > (property) start_index": {
385070 "kind": "HttpDeclProperty",
385071 "oasRef": "#/components/schemas/BetaUrlCitationBody/properties/start_index",
385072 "deprecated": false,
385073 "key": "start_index",
385074 "docstring": "The index of the first character of the URL citation in the message.",
385075 "type": {
385076 "kind": "HttpTypeNumber"
385077 },
385078 "optional": false,
385079 "nullable": false,
385080 "schemaType": "integer",
385081 "children": []
385082 },
385083 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1 > (property) title": {
385084 "kind": "HttpDeclProperty",
385085 "oasRef": "#/components/schemas/BetaUrlCitationBody/properties/title",
385086 "deprecated": false,
385087 "key": "title",
385088 "docstring": "The title of the web resource.",
385089 "type": {
385090 "kind": "HttpTypeString"
385091 },
385092 "optional": false,
385093 "nullable": false,
385094 "schemaType": "string",
385095 "children": []
385096 },
385097 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1 > (property) type": {
385098 "kind": "HttpDeclProperty",
385099 "oasRef": "#/components/schemas/BetaUrlCitationBody/properties/type",
385100 "deprecated": false,
385101 "key": "type",
385102 "docstring": "The type of the URL citation. Always `url_citation`.",
385103 "type": {
385104 "kind": "HttpTypeUnion",
385105 "oasRef": "#/components/schemas/BetaUrlCitationBody/properties/type",
385106 "types": [
385107 {
385108 "kind": "HttpTypeLiteral",
385109 "literal": "url_citation"
385110 }
385111 ]
385112 },
385113 "default": "url_citation",
385114 "optional": false,
385115 "nullable": false,
385116 "schemaType": "enum",
385117 "childrenParentSchema": "enum",
385118 "children": [
385119 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1 > (property) type > (member) 0"
385120 ]
385121 },
385122 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1 > (property) url": {
385123 "kind": "HttpDeclProperty",
385124 "oasRef": "#/components/schemas/BetaUrlCitationBody/properties/url",
385125 "deprecated": false,
385126 "key": "url",
385127 "docstring": "The URL of the web resource.",
385128 "type": {
385129 "kind": "HttpTypeString"
385130 },
385131 "constraints": {
385132 "format": "uri"
385133 },
385134 "optional": false,
385135 "nullable": false,
385136 "schemaType": "string",
385137 "children": []
385138 },
385139 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) container_id": {
385140 "kind": "HttpDeclProperty",
385141 "oasRef": "#/components/schemas/BetaContainerFileCitationBody/properties/container_id",
385142 "deprecated": false,
385143 "key": "container_id",
385144 "docstring": "The ID of the container file.",
385145 "type": {
385146 "kind": "HttpTypeString"
385147 },
385148 "optional": false,
385149 "nullable": false,
385150 "schemaType": "string",
385151 "children": []
385152 },
385153 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) end_index": {
385154 "kind": "HttpDeclProperty",
385155 "oasRef": "#/components/schemas/BetaContainerFileCitationBody/properties/end_index",
385156 "deprecated": false,
385157 "key": "end_index",
385158 "docstring": "The index of the last character of the container file citation in the message.",
385159 "type": {
385160 "kind": "HttpTypeNumber"
385161 },
385162 "optional": false,
385163 "nullable": false,
385164 "schemaType": "integer",
385165 "children": []
385166 },
385167 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) file_id": {
385168 "kind": "HttpDeclProperty",
385169 "oasRef": "#/components/schemas/BetaContainerFileCitationBody/properties/file_id",
385170 "deprecated": false,
385171 "key": "file_id",
385172 "docstring": "The ID of the file.",
385173 "type": {
385174 "kind": "HttpTypeString"
385175 },
385176 "optional": false,
385177 "nullable": false,
385178 "schemaType": "string",
385179 "children": []
385180 },
385181 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) filename": {
385182 "kind": "HttpDeclProperty",
385183 "oasRef": "#/components/schemas/BetaContainerFileCitationBody/properties/filename",
385184 "deprecated": false,
385185 "key": "filename",
385186 "docstring": "The filename of the container file cited.",
385187 "type": {
385188 "kind": "HttpTypeString"
385189 },
385190 "optional": false,
385191 "nullable": false,
385192 "schemaType": "string",
385193 "children": []
385194 },
385195 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) start_index": {
385196 "kind": "HttpDeclProperty",
385197 "oasRef": "#/components/schemas/BetaContainerFileCitationBody/properties/start_index",
385198 "deprecated": false,
385199 "key": "start_index",
385200 "docstring": "The index of the first character of the container file citation in the message.",
385201 "type": {
385202 "kind": "HttpTypeNumber"
385203 },
385204 "optional": false,
385205 "nullable": false,
385206 "schemaType": "integer",
385207 "children": []
385208 },
385209 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) type": {
385210 "kind": "HttpDeclProperty",
385211 "oasRef": "#/components/schemas/BetaContainerFileCitationBody/properties/type",
385212 "deprecated": false,
385213 "key": "type",
385214 "docstring": "The type of the container file citation. Always `container_file_citation`.",
385215 "type": {
385216 "kind": "HttpTypeUnion",
385217 "oasRef": "#/components/schemas/BetaContainerFileCitationBody/properties/type",
385218 "types": [
385219 {
385220 "kind": "HttpTypeLiteral",
385221 "literal": "container_file_citation"
385222 }
385223 ]
385224 },
385225 "default": "container_file_citation",
385226 "optional": false,
385227 "nullable": false,
385228 "schemaType": "enum",
385229 "childrenParentSchema": "enum",
385230 "children": [
385231 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) type > (member) 0"
385232 ]
385233 },
385234 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 3 > (property) file_id": {
385235 "kind": "HttpDeclProperty",
385236 "oasRef": "#/components/schemas/BetaFilePath/properties/file_id",
385237 "deprecated": false,
385238 "key": "file_id",
385239 "docstring": "The ID of the file.\n",
385240 "type": {
385241 "kind": "HttpTypeString"
385242 },
385243 "optional": false,
385244 "nullable": false,
385245 "schemaType": "string",
385246 "children": []
385247 },
385248 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 3 > (property) index": {
385249 "kind": "HttpDeclProperty",
385250 "oasRef": "#/components/schemas/BetaFilePath/properties/index",
385251 "deprecated": false,
385252 "key": "index",
385253 "docstring": "The index of the file in the list of files.\n",
385254 "type": {
385255 "kind": "HttpTypeNumber"
385256 },
385257 "optional": false,
385258 "nullable": false,
385259 "schemaType": "integer",
385260 "children": []
385261 },
385262 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 3 > (property) type": {
385263 "kind": "HttpDeclProperty",
385264 "oasRef": "#/components/schemas/BetaFilePath/properties/type",
385265 "deprecated": false,
385266 "key": "type",
385267 "docstring": "The type of the file path. Always `file_path`.\n",
385268 "type": {
385269 "kind": "HttpTypeUnion",
385270 "oasRef": "#/components/schemas/BetaFilePath/properties/type",
385271 "types": [
385272 {
385273 "kind": "HttpTypeLiteral",
385274 "literal": "file_path"
385275 }
385276 ]
385277 },
385278 "optional": false,
385279 "nullable": false,
385280 "schemaType": "enum",
385281 "childrenParentSchema": "enum",
385282 "children": [
385283 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 3 > (property) type > (member) 0"
385284 ]
385285 },
385286 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 0 > (property) type > (member) 0": {
385287 "kind": "HttpDeclReference",
385288 "type": {
385289 "kind": "HttpTypeLiteral",
385290 "literal": "file_citation"
385291 }
385292 },
385293 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 1 > (property) type > (member) 0": {
385294 "kind": "HttpDeclReference",
385295 "type": {
385296 "kind": "HttpTypeLiteral",
385297 "literal": "url_citation"
385298 }
385299 },
385300 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 2 > (property) type > (member) 0": {
385301 "kind": "HttpDeclReference",
385302 "type": {
385303 "kind": "HttpTypeLiteral",
385304 "literal": "container_file_citation"
385305 }
385306 },
385307 "(resource) beta.responses > (model) beta_response_output_text_annotation_added_event > (schema) > (property) annotation > (variant) 3 > (property) type > (member) 0": {
385308 "kind": "HttpDeclReference",
385309 "type": {
385310 "kind": "HttpTypeLiteral",
385311 "literal": "file_path"
385312 }
382601 }385313 }
382602}385314}
382603```385315```
382612 "content_index": 0,385324 "content_index": 0,
382613 "annotation_index": 0,385325 "annotation_index": 0,
382614 "annotation": {385326 "annotation": {
382615 "type": "text_annotation",385327 "type": "file_citation",
382616 "text": "This is a test annotation",385328 "file_id": "file-abc",
382617 "start": 0,385329 "index": 0,
382618 "end": 10385330 "filename": "example.txt"
382619 },385331 },
382620 "sequence_number": 1385332 "sequence_number": 1
382621}385333}
395065 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",397777 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
395066 "deprecated": false,397778 "deprecated": false,
395067 "key": "encrypted_content",397779 "key": "encrypted_content",
395068 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",397780 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
395069 "type": {397781 "type": {
395070 "kind": "HttpTypeString"397782 "kind": "HttpTypeString"
395071 },397783 },
398049 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",400761 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
398050 "deprecated": false,400762 "deprecated": false,
398051 "key": "error",400763 "key": "error",
398052 "docstring": "The error from the tool call, if any.\n",400764 "docstring": "The error from the tool call, if any.",
398053 "type": {400765 "type": {
398054 "kind": "HttpTypeString"400766 "kind": "HttpTypeReference",
400767 "ident": "BetaMcpToolCallError",
400768 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
398055 },400769 },
398056 "optional": true,400770 "optional": true,
398057 "nullable": true,400771 "nullable": true,
398058 "schemaType": "string",400772 "modelImplicit": false,
398059 "children": []400773 "schemaType": "union",
400774 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
400775 "childrenParentSchema": "union",
400776 "children": [
400777 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
400778 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
400779 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
400780 ]
398060 },400781 },
398061 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {400782 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) output": {
398062 "kind": "HttpDeclProperty",400783 "kind": "HttpDeclProperty",
404754 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",407475 "oasRef": "#/components/schemas/BetaReasoningItem/properties/encrypted_content",
404755 "deprecated": false,407476 "deprecated": false,
404756 "key": "encrypted_content",407477 "key": "encrypted_content",
404757 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n",407478 "docstring": "The encrypted content of the reasoning item. This is populated by default\nfor reasoning items returned by `POST /v1/responses` and WebSocket\n`response.create` requests.\n\nWhen streaming, use the completed reasoning item and its\n`encrypted_content` from the `response.output_item.done` event in\nsubsequent requests. The `encrypted_content` in\n`response.output_item.added` may be incomplete. This is especially\nimportant when `store` is `false` or when using Zero Data Retention.\n",
404758 "type": {407479 "type": {
404759 "kind": "HttpTypeString"407480 "kind": "HttpTypeString"
404760 },407481 },
406679 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",409400 "oasRef": "#/components/schemas/BetaMCPToolCall/properties/error",
406680 "deprecated": false,409401 "deprecated": false,
406681 "key": "error",409402 "key": "error",
406682 "docstring": "The error from the tool call, if any.\n",409403 "docstring": "The error from the tool call, if any.",
406683 "type": {409404 "type": {
406684 "kind": "HttpTypeString"409405 "kind": "HttpTypeReference",
409406 "ident": "BetaMcpToolCallError",
409407 "$ref": "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)"
406685 },409408 },
406686 "optional": true,409409 "optional": true,
406687 "nullable": true,409410 "nullable": true,
406688 "schemaType": "string",409411 "modelImplicit": false,
406689 "children": []409412 "schemaType": "union",
409413 "modelPath": "(resource) beta.responses > (model) beta_mcp_tool_call_error",
409414 "childrenParentSchema": "union",
409415 "children": [
409416 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
409417 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
409418 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
409419 ]
406690 },409420 },
406691 "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 28 > (property) output": {409421 "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 28 > (property) output": {
406692 "kind": "HttpDeclProperty",409422 "kind": "HttpDeclProperty",
411709 "schemaType": "string",414439 "schemaType": "string",
411710 "children": []414440 "children": []
411711 },414441 },
414442 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0": {
414443 "kind": "HttpDeclTypeAlias",
414444 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/0",
414445 "ident": "McpProtocolError",
414446 "type": {
414447 "kind": "HttpTypeObject",
414448 "members": [
414449 {
414450 "ident": "code"
414451 },
414452 {
414453 "ident": "message"
414454 },
414455 {
414456 "ident": "type"
414457 }
414458 ]
414459 },
414460 "childrenParentSchema": "object",
414461 "children": [
414462 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code",
414463 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message",
414464 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type"
414465 ]
414466 },
414467 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1": {
414468 "kind": "HttpDeclTypeAlias",
414469 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/1",
414470 "ident": "McpToolExecutionError",
414471 "type": {
414472 "kind": "HttpTypeObject",
414473 "members": [
414474 {
414475 "ident": "content"
414476 },
414477 {
414478 "ident": "type"
414479 }
414480 ]
414481 },
414482 "childrenParentSchema": "object",
414483 "children": [
414484 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content",
414485 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type"
414486 ]
414487 },
414488 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2": {
414489 "kind": "HttpDeclTypeAlias",
414490 "oasRef": "#/components/schemas/BetaMCPToolCallError/oneOf/2",
414491 "ident": "HTTPError",
414492 "type": {
414493 "kind": "HttpTypeObject",
414494 "members": [
414495 {
414496 "ident": "code"
414497 },
414498 {
414499 "ident": "message"
414500 },
414501 {
414502 "ident": "type"
414503 }
414504 ]
414505 },
414506 "childrenParentSchema": "object",
414507 "children": [
414508 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code",
414509 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message",
414510 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type"
414511 ]
414512 },
414513 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema)": {
414514 "kind": "HttpDeclTypeAlias",
414515 "oasRef": "#/components/schemas/BetaMCPToolCallError",
414516 "ident": "BetaMcpToolCallError",
414517 "type": {
414518 "kind": "HttpTypeUnion",
414519 "oasRef": "#/components/schemas/BetaMCPToolCallError",
414520 "types": [
414521 {
414522 "kind": "HttpTypeObject",
414523 "members": [
414524 {
414525 "ident": "code"
414526 },
414527 {
414528 "ident": "message"
414529 },
414530 {
414531 "ident": "type"
414532 }
414533 ]
414534 },
414535 {
414536 "kind": "HttpTypeObject",
414537 "members": [
414538 {
414539 "ident": "content"
414540 },
414541 {
414542 "ident": "type"
414543 }
414544 ]
414545 },
414546 {
414547 "kind": "HttpTypeObject",
414548 "members": [
414549 {
414550 "ident": "code"
414551 },
414552 {
414553 "ident": "message"
414554 },
414555 {
414556 "ident": "type"
414557 }
414558 ]
414559 }
414560 ]
414561 },
414562 "childrenParentSchema": "union",
414563 "children": [
414564 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0",
414565 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1",
414566 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2"
414567 ]
414568 },
411712 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {414569 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 25 > (property) status > (member) 0": {
411713 "kind": "HttpDeclReference",414570 "kind": "HttpDeclReference",
411714 "type": {414571 "type": {
424392 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"427249 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 24 > (property) caller > (variant) 1 > (property) type > (member) 0"
424393 ]427250 ]
424394 },427251 },
427252 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) code": {
427253 "kind": "HttpDeclProperty",
427254 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/code",
427255 "deprecated": false,
427256 "key": "code",
427257 "type": {
427258 "kind": "HttpTypeNumber"
427259 },
427260 "optional": false,
427261 "nullable": false,
427262 "schemaType": "integer",
427263 "children": []
427264 },
427265 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) message": {
427266 "kind": "HttpDeclProperty",
427267 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/message",
427268 "deprecated": false,
427269 "key": "message",
427270 "type": {
427271 "kind": "HttpTypeString"
427272 },
427273 "optional": false,
427274 "nullable": false,
427275 "schemaType": "string",
427276 "children": []
427277 },
427278 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type": {
427279 "kind": "HttpDeclProperty",
427280 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
427281 "deprecated": false,
427282 "key": "type",
427283 "type": {
427284 "kind": "HttpTypeUnion",
427285 "oasRef": "#/components/schemas/BetaMCPProtocolError/properties/type",
427286 "types": [
427287 {
427288 "kind": "HttpTypeLiteral",
427289 "literal": "mcp_protocol_error"
427290 }
427291 ]
427292 },
427293 "default": "mcp_protocol_error",
427294 "optional": false,
427295 "nullable": false,
427296 "schemaType": "enum",
427297 "childrenParentSchema": "enum",
427298 "children": [
427299 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0"
427300 ]
427301 },
427302 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) content": {
427303 "kind": "HttpDeclProperty",
427304 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/content",
427305 "deprecated": false,
427306 "key": "content",
427307 "type": {
427308 "kind": "HttpTypeUnknown"
427309 },
427310 "optional": false,
427311 "nullable": false,
427312 "schemaType": "unknown",
427313 "children": []
427314 },
427315 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type": {
427316 "kind": "HttpDeclProperty",
427317 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
427318 "deprecated": false,
427319 "key": "type",
427320 "type": {
427321 "kind": "HttpTypeUnion",
427322 "oasRef": "#/components/schemas/BetaMCPToolExecutionError/properties/type",
427323 "types": [
427324 {
427325 "kind": "HttpTypeLiteral",
427326 "literal": "mcp_tool_execution_error"
427327 }
427328 ]
427329 },
427330 "default": "mcp_tool_execution_error",
427331 "optional": false,
427332 "nullable": false,
427333 "schemaType": "enum",
427334 "childrenParentSchema": "enum",
427335 "children": [
427336 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0"
427337 ]
427338 },
427339 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) code": {
427340 "kind": "HttpDeclProperty",
427341 "oasRef": "#/components/schemas/BetaHTTPError/properties/code",
427342 "deprecated": false,
427343 "key": "code",
427344 "type": {
427345 "kind": "HttpTypeNumber"
427346 },
427347 "optional": false,
427348 "nullable": false,
427349 "schemaType": "integer",
427350 "children": []
427351 },
427352 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) message": {
427353 "kind": "HttpDeclProperty",
427354 "oasRef": "#/components/schemas/BetaHTTPError/properties/message",
427355 "deprecated": false,
427356 "key": "message",
427357 "type": {
427358 "kind": "HttpTypeString"
427359 },
427360 "optional": false,
427361 "nullable": false,
427362 "schemaType": "string",
427363 "children": []
427364 },
427365 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type": {
427366 "kind": "HttpDeclProperty",
427367 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
427368 "deprecated": false,
427369 "key": "type",
427370 "type": {
427371 "kind": "HttpTypeUnion",
427372 "oasRef": "#/components/schemas/BetaHTTPError/properties/type",
427373 "types": [
427374 {
427375 "kind": "HttpTypeLiteral",
427376 "literal": "http_error"
427377 }
427378 ]
427379 },
427380 "default": "http_error",
427381 "optional": false,
427382 "nullable": false,
427383 "schemaType": "enum",
427384 "childrenParentSchema": "enum",
427385 "children": [
427386 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0"
427387 ]
427388 },
424395 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {427389 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type": {
424396 "kind": "HttpDeclProperty",427390 "kind": "HttpDeclProperty",
424397 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",427391 "oasRef": "#/components/schemas/BetaDirectToolCallCaller/properties/type",
434846 "literal": "program"437840 "literal": "program"
434847 }437841 }
434848 },437842 },
437843 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 0 > (property) type > (member) 0": {
437844 "kind": "HttpDeclReference",
437845 "type": {
437846 "kind": "HttpTypeLiteral",
437847 "literal": "mcp_protocol_error"
437848 }
437849 },
437850 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 1 > (property) type > (member) 0": {
437851 "kind": "HttpDeclReference",
437852 "type": {
437853 "kind": "HttpTypeLiteral",
437854 "literal": "mcp_tool_execution_error"
437855 }
437856 },
437857 "(resource) beta.responses > (model) beta_mcp_tool_call_error > (schema) > (variant) 2 > (property) type > (member) 0": {
437858 "kind": "HttpDeclReference",
437859 "type": {
437860 "kind": "HttpTypeLiteral",
437861 "literal": "http_error"
437862 }
437863 },
434849 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {437864 "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 29 > (property) caller > (variant) 0 > (property) type > (member) 0": {
434850 "kind": "HttpDeclReference",437865 "kind": "HttpDeclReference",
434851 "type": {437866 "type": {