Merge pull request #13 from bonzanni/main

Set x-openclaw-message-channel header for voice requests
This commit is contained in:
TechArtDev
2026-04-04 16:23:45 +03: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",
}