AutoGPT/frontend/lib/viewmodels
hunteraraujo 9021d8392d feat: Add support for temporary chat message
- 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.
2023-10-31 19:39:56 -07:00
..
chat_viewmodel.dart feat: Add support for temporary chat message 2023-10-31 19:39:56 -07:00
settings_viewmodel.dart Refactor SettingsViewModel to use SharedPreferencesService 2023-10-10 14:54:33 -07:00
skill_tree_viewmodel.dart Remove duplicate functionality from SkillTreeViewModel 2023-10-08 22:33:21 -07:00
task_queue_viewmodel.dart Refactor LeaderboardSubmissionDialog to use SharedPreferencesService 2023-10-10 23:19:35 -07:00
task_viewmodel.dart feat: Add isWaitingForAgentResponse property to TaskViewModel 2023-10-31 16:59:36 -07:00