add manual tool execution mode

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
ashwinnathan-openai
2026-03-16 18:13:35 -07:00
parent b77fe8fefe
commit 5cc05f66aa
25 changed files with 450 additions and 6 deletions

View File

@@ -13640,8 +13640,25 @@
],
"type": "object"
},
"ToolExecutionMode": {
"enum": [
"auto",
"manual"
],
"type": "string"
},
"ToolsV2": {
"properties": {
"execution_mode": {
"anyOf": [
{
"$ref": "#/definitions/v2/ToolExecutionMode"
},
{
"type": "null"
}
]
},
"view_image": {
"type": [
"boolean",