feat(desktop): type voice.auto_tts in desktop config

This commit is contained in:
Brooklyn Nicholson 2026-06-29 15:22:37 -05:00
parent d417ffb363
commit bff91f978f

View file

@ -224,6 +224,7 @@ export interface HermesConfig {
}
voice?: {
max_recording_seconds?: number
auto_tts?: boolean
}
}