nit: feature flag (#17777)

This commit is contained in:
jif-oai
2026-04-14 13:44:01 +01:00
committed by GitHub
parent 2f6fc7c137
commit 34a9ca083e
2 changed files with 14 additions and 0 deletions

View File

@@ -485,6 +485,9 @@
"steer": {
"type": "boolean"
},
"telepathy": {
"type": "boolean"
},
"tool_call_mcp_elicitation": {
"type": "boolean"
},
@@ -2338,6 +2341,9 @@
"steer": {
"type": "boolean"
},
"telepathy": {
"type": "boolean"
},
"tool_call_mcp_elicitation": {
"type": "boolean"
},