mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 05:54:26 +01:00
- Added logic to display a temporary chat message while waiting for the response from the agent. - When a user sends a message, a temporary chat message is created and displayed. - Implemented a method to remove the temporary chat message when the response is received or in case of an error. - Updated the UI to invoke the method for adding a temporary chat message when the send button is pressed. Feedback: - This change improves the user experience by allowing them to see their own message immediately while waiting for the response from the agent.