Closed
Description
Describe the issue
I have a multiagent solution with GroupChat. Few of my agents use tools. I am trying to build a UI which should only render user inputs and final response from my solution without showing other intermediate steps like (tool suggestion, tool execution). I have managed to implement with websockets, but I can see intermediate steps on UI. Can you suggest a way How to solve my issue?
Note: we also need to show the prompt message of user input on UI when termination message in UserProxyAgent is true.
Steps to reproduce
No response
Screenshots and logs
No response
Additional Information
No response