Skip to content

Commit 519220e

Browse files
authored
Merge pull request #13 from bonzanni/main
Set x-openclaw-message-channel header for voice requests
2 parents 95bfe5e + 656aad5 commit 519220e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom_components/openclaw/conversation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
_VOICE_REQUEST_HEADERS = {
4444
"x-openclaw-source": "voice",
4545
"x-ha-voice": "true",
46+
"x-openclaw-message-channel": "voice",
4647
}
4748

4849

0 commit comments

Comments
 (0)