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). 
3636source :
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. 
171171custom_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). 
232232custom_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. 
250250system_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). 
272272context :
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). 
298298language_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). 
318318builtin_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). 
354354source :
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. 
401401custom_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). 
422422content :
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. 
455455custom_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). 
471471content :
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). 
486486tool_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). 
588588source :
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. 
705705chat_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). 
903903source :
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. 
948946custom_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. 
969967interim :
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. 
986984source :
987985      openapi : evi-asyncapi.json 
0 commit comments