You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrate the React SDK to use the Hume Typescript SDK for the websocket connection instead of the @humeai/voice, which will be deprecated. This migration has resulted in a few breaking changes to types:
Types exported from the React SDK are now all in camelCase instead of snake_case or Title Case
prosody model scores on assistant_message and user_message are now more strictly typed as EmotionScore instead of Record<string, number>
message content can now be undefined
prosody can now be undefined
call now disconnects from the /chat endpoint when the voice provider is unmounted