Skip to content

Commit 2e35bfd

Browse files
committed
SDK regeneration
1 parent 6c398c8 commit 2e35bfd

24 files changed

+787
-615
lines changed

.mock/definition/empathic-voice/__package__.yml

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ types:
3232
inflections and tones to the text based on the user's expressions and
3333
the context of the conversation. The synthesized audio is streamed
3434
back to the user as an [Assistant
35-
Message](/reference/empathic-voice-interface-evi/chat/chat#receive.AssistantMessage.type).
35+
Message](/reference/speech-to-speech-evi/chat#receive.AssistantMessage).
3636
source:
3737
openapi: evi-asyncapi.json
3838
AudioConfiguration:
@@ -165,7 +165,7 @@ types:
165165
166166
Once this message is sent, EVI will not respond until a [Resume
167167
Assistant
168-
message](/reference/empathic-voice-interface-evi/chat/chat#send.ResumeAssistantMessage.type)
168+
message](/reference/speech-to-speech-evi/chat#send.ResumeAssistantMessage)
169169
is sent. When paused, EVI won't respond, but transcriptions of your
170170
audio inputs will still be recorded.
171171
custom_session_id:
@@ -228,7 +228,7 @@ types:
228228
229229
230230
For more information, please refer to the [Session Settings
231-
guide](/docs/empathic-voice-interface-evi/configuration/session-settings).
231+
guide](/docs/speech-to-speech-evi/configuration/session-settings).
232232
custom_session_id:
233233
type: optional<string>
234234
docs: >-
@@ -245,8 +245,8 @@ types:
245245
It is recommended to pass a `custom_session_id` if you are using a
246246
Custom Language Model. Please see our guide to [using a custom
247247
language
248-
model](/docs/empathic-voice-interface-evi/guides/custom-language-model)
249-
with EVI to learn more.
248+
model](/docs/speech-to-speech-evi/guides/custom-language-model) with
249+
EVI to learn more.
250250
system_prompt:
251251
type: optional<string>
252252
docs: >-
@@ -268,7 +268,7 @@ types:
268268
269269
270270
For help writing a system prompt, see our [Prompting
271-
Guide](/docs/empathic-voice-interface-evi/guides/prompting).
271+
Guide](/docs/speech-to-speech-evi/guides/prompting).
272272
context:
273273
type: optional<Context>
274274
docs: >-
@@ -294,7 +294,7 @@ types:
294294
in PCM Linear 16 (16-bit, little-endian, signed PCM WAV data). For
295295
detailed instructions on how to configure session settings for PCM
296296
Linear 16 audio, please refer to the [Session Settings
297-
guide](/docs/empathic-voice-interface-evi/configuration/session-settings).
297+
guide](/docs/speech-to-speech-evi/configuration/session-settings).
298298
language_model_api_key:
299299
type: optional<string>
300300
docs: >-
@@ -314,7 +314,7 @@ types:
314314
searching the web or calling external APIs. Built-in tools, like web
315315
search, are natively integrated, while user-defined tools are created
316316
and invoked by the user. To learn more, see our [Tool Use
317-
Guide](/docs/empathic-voice-interface-evi/features/tool-use).
317+
Guide](/docs/speech-to-speech-evi/features/tool-use).
318318
builtin_tools:
319319
type: optional<list<BuiltinToolConfig>>
320320
docs: >-
@@ -325,7 +325,7 @@ types:
325325
searching the web or calling external APIs. Built-in tools, like web
326326
search, are natively integrated, while user-defined tools are created
327327
and invoked by the user. To learn more, see our [Tool Use
328-
Guide](/docs/empathic-voice-interface-evi/features/tool-use).
328+
Guide](/docs/speech-to-speech-evi/features/tool-use).
329329
330330
331331
Currently, the only built-in tool Hume provides is **Web Search**.
@@ -350,7 +350,7 @@ types:
350350
Using this field, you can personalize responses based on
351351
session-specific details. For more guidance, see our [guide on using
352352
dynamic
353-
variables](/docs/empathic-voice-interface-evi/features/dynamic-variables).
353+
variables](/docs/speech-to-speech-evi/features/dynamic-variables).
354354
source:
355355
openapi: evi-asyncapi.json
356356
Tool:
@@ -395,7 +395,7 @@ types:
395395
396396
397397
Upon receiving a [Tool Call
398-
message](/reference/empathic-voice-interface-evi/chat/chat#receive.ToolCallMessage.type)
398+
message](/reference/speech-to-speech-evi/chat#receive.ToolCallMessage)
399399
and failing to invoke the function, this message is sent to notify EVI
400400
of the tool's failure.
401401
custom_session_id:
@@ -418,7 +418,7 @@ types:
418418
invocation, ensuring that the Tool Error message is linked to the
419419
appropriate tool call request. The specified `tool_call_id` must match
420420
the one received in the [Tool Call
421-
message](/reference/empathic-voice-interface-evi/chat/chat#receive.ToolCallMessage.type).
421+
message](/reference/speech-to-speech-evi/chat#receive.ToolCallMessage).
422422
content:
423423
type: optional<string>
424424
docs: >-
@@ -449,7 +449,7 @@ types:
449449
450450
451451
Upon receiving a [Tool Call
452-
message](/reference/empathic-voice-interface-evi/chat/chat#receive.ToolCallMessage.type)
452+
message](/reference/speech-to-speech-evi/chat#receive.ToolCallMessage)
453453
and successfully invoking the function, this message is sent to convey
454454
the result of the function call back to EVI.
455455
custom_session_id:
@@ -467,7 +467,7 @@ types:
467467
invocation, ensuring that the correct response is linked to the
468468
appropriate request. The specified `tool_call_id` must match the one
469469
received in the [Tool Call
470-
message](/reference/empathic-voice-interface-evi/chat/chat#receive.ToolCallMessage.tool_call_id).
470+
message](/reference/speech-to-speech-evi/chat#receive.ToolCallMessage.tool_call_id).
471471
content:
472472
type: string
473473
docs: >-
@@ -482,7 +482,7 @@ types:
482482
Include this optional field to help the supplemental LLM identify
483483
which tool generated the response. The specified `tool_name` must
484484
match the one received in the [Tool Call
485-
message](/reference/empathic-voice-interface-evi/chat/chat#receive.ToolCallMessage.type).
485+
message](/reference/speech-to-speech-evi/chat#receive.ToolCallMessage).
486486
tool_type:
487487
type: optional<ToolType>
488488
docs: >-
@@ -584,7 +584,7 @@ types:
584584
docs: >-
585585
Indicates if this message was inserted into the conversation as text
586586
from an [Assistant Input
587-
message](/reference/empathic-voice-interface-evi/chat/chat#send.AssistantInput.text).
587+
message](/reference/speech-to-speech-evi/chat#send.AssistantInput.text).
588588
source:
589589
openapi: evi-asyncapi.json
590590
AssistantProsody:
@@ -693,14 +693,14 @@ types:
693693
694694
695695
Used to resume a Chat when passed in the
696-
[resumed_chat_group_id](/reference/empathic-voice-interface-evi/chat/chat#request.query.resumed_chat_group_id)
696+
[resumed_chat_group_id](/reference/speech-to-speech-evi/chat#request.query.resumed_chat_group_id)
697697
query parameter of a subsequent connection request. This allows EVI to
698698
continue the conversation from where it left off within the Chat
699699
Group.
700700
701701
702702
Learn more about [supporting chat
703-
resumability](/docs/empathic-voice-interface-evi/faq#does-evi-support-chat-resumability)
703+
resumability](/docs/speech-to-speech-evi/faq#does-evi-support-chat-resumability)
704704
from the EVI FAQ.
705705
chat_id:
706706
type: string
@@ -897,9 +897,9 @@ types:
897897
docs: >-
898898
Indicates whether a response to the tool call is required from the
899899
developer, either in the form of a [Tool Response
900-
message](/reference/empathic-voice-interface-evi/chat/chat#send.ToolResponseMessage.type)
900+
message](/reference/speech-to-speech-evi/chat#send.ToolResponseMessage)
901901
or a [Tool Error
902-
message](/reference/empathic-voice-interface-evi/chat/chat#send.ToolErrorMessage.type).
902+
message](/reference/speech-to-speech-evi/chat#send.ToolErrorMessage).
903903
source:
904904
openapi: evi-asyncapi.json
905905
UserInterruption:
@@ -939,12 +939,10 @@ types:
939939
940940
This message contains both a transcript of the user's input and the
941941
expression measurement predictions if the input was sent as an [Audio
942-
Input
943-
message](/reference/empathic-voice-interface-evi/chat/chat#send.AudioInput.type).
942+
Input message](/reference/speech-to-speech-evi/chat#send.AudioInput).
944943
Expression measurement predictions are not provided for a [User Input
945-
message](/reference/empathic-voice-interface-evi/chat/chat#send.UserInput.type),
946-
as the prosody model relies on audio input and cannot process text
947-
alone.
944+
message](/reference/speech-to-speech-evi/chat#send.UserInput), as the
945+
prosody model relies on audio input and cannot process text alone.
948946
custom_session_id:
949947
type: optional<string>
950948
docs: >-
@@ -964,7 +962,7 @@ types:
964962
docs: >-
965963
Indicates if this message was inserted into the conversation as text
966964
from a [User
967-
Input](/reference/empathic-voice-interface-evi/chat/chat#send.UserInput.text)
965+
Input](/reference/speech-to-speech-evi/chat#send.UserInput.text)
968966
message.
969967
interim:
970968
type: boolean
@@ -981,7 +979,7 @@ types:
981979
982980
983981
Interim transcripts are only sent when the
984-
[`verbose_transcription`](/reference/empathic-voice-interface-evi/chat/chat#request.query.verbose_transcription)
982+
[`verbose_transcription`](/reference/speech-to-speech-evi/chat#request.query.verbose_transcription)
985983
query parameter is set to `true` in the initial handshake.
986984
source:
987985
openapi: evi-asyncapi.json

.mock/definition/empathic-voice/chat.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ channel:
1313
Include this ID in your connection request to equip EVI with the Prompt,
1414
Language Model, Voice, and Tools associated with the specified
1515
configuration. If omitted, EVI will apply [default configuration
16-
settings](/docs/empathic-voice-interface-evi/configuration/build-a-configuration#default-configuration).
16+
settings](/docs/speech-to-speech-evi/configuration/build-a-configuration#default-configuration).
1717
1818
1919
For help obtaining this ID, see our [Configuration
20-
Guide](/docs/empathic-voice-interface-evi/configuration).
20+
Guide](/docs/speech-to-speech-evi/configuration).
2121
config_version:
2222
type: optional<integer>
2323
docs: >-
@@ -57,22 +57,22 @@ channel:
5757
5858
5959
- [Chat
60-
Metadata](/reference/empathic-voice-interface-evi/chat/chat#receive.ChatMetadata.type):
60+
Metadata](/reference/speech-to-speech-evi/chat#receive.ChatMetadata):
6161
Upon establishing a WebSocket connection with EVI, the user receives a
6262
Chat Metadata message. This message contains a `chat_group_id`, which
6363
can be used to resume conversations within this chat group in future
6464
sessions.
6565
6666
6767
- [List Chats
68-
endpoint](/reference/empathic-voice-interface-evi/chats/list-chats): Use
69-
the GET `/v0/evi/chats` endpoint to obtain the Chat Group ID of
70-
individual Chat sessions. This endpoint lists all available Chat
71-
sessions and their associated Chat Group ID.
68+
endpoint](/reference/speech-to-speech-evi/chats/list-chats): Use the GET
69+
`/v0/evi/chats` endpoint to obtain the Chat Group ID of individual Chat
70+
sessions. This endpoint lists all available Chat sessions and their
71+
associated Chat Group ID.
7272
7373
7474
- [List Chat Groups
75-
endpoint](/reference/empathic-voice-interface-evi/chat-groups/list-chat-groups):
75+
endpoint](/reference/speech-to-speech-evi/chat-groups/list-chat-groups):
7676
Use the GET `/v0/evi/chat_groups` endpoint to obtain the Chat Group IDs
7777
of all Chat Groups associated with an API key. This endpoint returns a
7878
list of all available chat groups.
@@ -89,9 +89,9 @@ channel:
8989
A flag to enable verbose transcription. Set this query parameter to
9090
`true` to have unfinalized user transcripts be sent to the client as
9191
interim UserMessage messages. The
92-
[interim](/reference/empathic-voice-interface-evi/chat/chat#receive.UserMessage.interim)
92+
[interim](/reference/speech-to-speech-evi/chat#receive.UserMessage.interim)
9393
field on a
94-
[UserMessage](/reference/empathic-voice-interface-evi/chat/chat#receive.UserMessage.type)
94+
[UserMessage](/reference/speech-to-speech-evi/chat#receive.UserMessage)
9595
denotes whether the message is "interim" or "final."
9696
event_limit:
9797
type: optional<integer>

.mock/definition/empathic-voice/configs.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,7 @@ service:
140140
properties:
141141
evi_version:
142142
type: string
143-
docs: >-
144-
Specifies the EVI version to use. See our [EVI Version
145-
Guide](/docs/speech-to-speech-evi/configuration/evi-version) for
146-
differences between versions.
147-
148-
149-
**We're officially sunsetting EVI versions 1 and 2 on August 30,
150-
2025**. To keep things running smoothly, be sure to [migrate to
151-
EVI
152-
3](/docs/speech-to-speech-evi/configuration/evi-version#migrating-to-evi-3)
153-
before then.
143+
docs: EVI version to use. Only version `3` is supported.
154144
name:
155145
type: string
156146
docs: Name applied to all versions of a particular Config.

0 commit comments

Comments
 (0)