chore: regenerate JSON schema with circuitBreaker.enabled field

This commit is contained in:
tad-hq
2026-03-17 13:43:56 -06:00
parent 5d5755f29d
commit 224ecea8c7

View File

@@ -3708,6 +3708,9 @@
"circuitBreaker": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
},
"maxToolCalls": {
"type": "integer",
"minimum": 10,