This message was deleted.
# ask-ai
s
This message was deleted.
g
To change functions dynamically during a call, you can use the
FunctionContext
in LiveKit's voice agents. This allows you to register multiple functions and switch between them based on the conversation's context. You can set the assistant's
fnc_ctx
to another
FunctionContext
, which will update the set of functions available. This approach is useful for managing different states or actions during a call. Would you like more details on how to implement this? Sources: - https://livekit-users.slack.com/archives/C07FVFARRK7/p1727855509.187979 - https://docs.livekit.io/guides/room/receive#radix-%3AR9dkvfffep9tkq%3A-content-React 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.