Add approved dynamic tool arguments steering

This commit is contained in:
Qiyao Qin
2026-03-15 18:28:02 -07:00
parent d692b74007
commit 2aef39aac9
15 changed files with 1344 additions and 9 deletions

View File

@@ -1853,6 +1853,9 @@
"DynamicToolCallResponse": {
"$schema": "http://json-schema.org/draft-07/schema#",
"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/v2/DynamicToolCallOutputContentItem"
@@ -14491,4 +14494,4 @@
},
"title": "CodexAppServerProtocol",
"type": "object"
}
}