This question originally came up in our Slack community and the thread has been consolidated here for long-term reference.
Is there a method to change the STT provider on the fly?
I tried initiating a new provider in self._stt to override the previous one, but does this reliably ensure the new STT instance is being used?
Also, does session.update_agent() kill the previous agent?