HumeAI / empathic-voice-api-js

Packages for using EVI with JavaScript, React, or as a Widget
https://empathic-voice-api-js-next-app.vercel.app
16 stars 10 forks source link

fix: allow assistant end messages to be sent to parent #248

Closed DawidWraga closed 3 months ago

DawidWraga commented 3 months ago

@zachkrall Thank you for attempting to fix this issue in your recent commits.

While the the voice client now handles assistant_end messages, the message store does not. This means that the onMessage handler passed to the VoiceProvider still does not support assistant_end messages.

I have implemented the fix here

vercel[bot] commented 3 months ago

@DawidWraga is attempting to deploy a commit to the Hume Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
empathic-voice-api-js-next-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 27, 2024 5:28pm
yinishi commented 3 months ago

Thanks for contributing this fix, @DawidWraga. We'll include this in the next release.