mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 06:24:20 +01:00
- Added a new boolean state `isContinuousMode` to the `ChatInputField` widget to handle the continuous mode feature. - Introduced a new callback function `onContinuousModePressed` to manage the state of the continuous mode from an external source. - Conditionally rendered the send button based on the `isContinuousMode` state. - Enhanced the UI by adding a button to toggle between continuous mode and single message mode, which triggers the `onContinuousModePressed` callback.