Add disableTtsCache to config verb spec

This commit is contained in:
oddsix
2025-10-21 10:31:13 -04:00
parent 4ea9cda0f8
commit 241bb4cf42

View File

@@ -90,7 +90,8 @@
"vad":"#vad",
"referHook": "object|string",
"earlyMedia": "boolean",
"autoStreamTts": "boolean"
"autoStreamTts": "boolean",
"disableTtsCache": "boolean"
},
"required": []
},