Automatic Language switching in voice ai agents #2614
-
Is there a way to build voice ai agents with option to execute multiple language switching during the same conversation without the native audio models since they don't support RAG and tools right now? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: It is possible to build voice AI agents that support both RAG and tools using the ADK. The limitation you mentioned regarding native audio models is not present in the current version of the ADK. Hello! I can provide some information on this. The ADK framework is designed to support a rich ecosystem of tools, including Retrieval-Augmented Generation (RAG), for building advanced voice AI agents. This functionality is available even when using models that support streaming audio. RAG and Tool Support The ADK has a specific tool called Language Configuration Regarding multi-language support, you can configure the language for your agent's speech-to-text and text-to-speech functionalities within the For more in-depth information, you can refer to the following resources:
I hope this helps you build your voice AI agent! Footnotes |
Beta Was this translation helpful? Give feedback.
-
Tools(RAG etc) are supported. You can set a lanaguage for all the agents but not switching them among multiple agents. |
Beta Was this translation helpful? Give feedback.
Tools(RAG etc) are supported. You can set a lanaguage for all the agents but not switching them among multiple agents.
(technically it's possible so you can raise a feature request. )