Merge pull request #1 from bonzanni/bonzanni-patch-voice

Add message channel header for voice requests
This commit is contained in:
Nicola Bonzanni
2026-03-29 23:28:08 +01:00
committed by GitHub
@@ -43,6 +43,7 @@ _LOGGER = logging.getLogger(__name__)
_VOICE_REQUEST_HEADERS = {
"x-openclaw-source": "voice",
"x-ha-voice": "true",
"x-openclaw-message-channel": "voice",
}