#Is it possible to catch, using callbacks
1 messages · Page 1 of 1 (latest)
Which SDK are you using? There should be a state for this
There should be a flag which knows if the agent is 'listening'
@storm elk I use React SDK
you mean onModeChange callback?
I see two modes: 'speaking' and 'listening', but it's not what I need.
Are you also trying to find out the state of whether a tool is currently being called?
We do send down websocket messages for this but don't currently have a 'mode' state for this.
Is this something you would be interested in?
I think it's a must-have 😄 I use Custom LLM integration with my own RAG that needs a couple of seconds to process the request and I really need to communicate to the user that "AI is thinking". Now, the user does not know if the listening finished or not...