chore: regenerate JSON schema for runtime_fallback union type

This commit is contained in:
YeonGyu-Kim
2026-02-22 01:54:51 +09:00
parent c1f17136b1
commit c97a0f3a2f
+7
View File
@@ -3447,6 +3447,11 @@
"additionalProperties": false
},
"runtime_fallback": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "object",
"properties": {
"enabled": {
@@ -3476,6 +3481,8 @@
}
},
"additionalProperties": false
}
]
},
"background_task": {
"type": "object",