Releases: HumeAI/empathic-voice-api-js
Releases · HumeAI/empathic-voice-api-js
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
What's Changed
- Update message schemas
- add
from_text
field to UserTranscriptMessage schema - add tool_name and tool_type to ToolResponseMessage
- add
- Bugfix: clear tool status store on disconnect
- Bump the npm_and_yarn group across 2 directories with 1 update
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
This release enables support for EVI tool use.
- Introduces
ToolCall
,ToolResponse
, andToolError
message types - Exposes
onToolCall
andsendToolMessage
methods fromVoiceProvider
to enable function calling - Tool messages are now stored in the
messages
object exposed by theVoiceProvider
. Tool message statuses are tracked intoolStore
.