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

@@ -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"
}
}