mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
Add approved dynamic tool arguments steering
This commit is contained in:
@@ -47,6 +47,9 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"approvedArguments": {
|
||||
"description": "Optional client-approved replacement arguments. When present, this must fully match the existing registered schema for the same dynamic tool."
|
||||
},
|
||||
"contentItems": {
|
||||
"items": {
|
||||
"$ref": "#/definitions/DynamicToolCallOutputContentItem"
|
||||
@@ -63,4 +66,4 @@
|
||||
],
|
||||
"title": "DynamicToolCallResponse",
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user