Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌿 Fern Regeneration -- October 7, 2024 #195

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions .mock/definition/empathic-voice/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2239,7 +2239,14 @@ types:
source:
openapi: assistant-asyncapi.json
UserInput:
docs: User text to insert into the conversation.
docs: >-
User text to insert into the conversation. Text sent through a User Input
message is treated as the user’s speech to EVI. EVI processes this input
and provides a corresponding response.


Expression measurement results are not available for User Input messages,
as the prosody model relies on audio input and cannot process text alone.
properties:
type:
type: literal<"user_input">
Expand Down Expand Up @@ -2323,7 +2330,9 @@ types:
source:
openapi: assistant-asyncapi.json
AudioOutput:
docs: When provided, the output is audio.
docs: >-
The type of message sent through the socket; for an Audio Output message,
this must be `audio_output`.
properties:
type:
type: literal<"audio_output">
Expand Down
40 changes: 22 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hume"
version = "0.7.2"
version = "0.7.3"
description = "A Python SDK for Hume AI"
readme = "README.md"
authors = []
Expand Down
Loading
Loading