AutoGPT/frontend/lib/views/chat
Reinier van der Leer 8f43a346e9
fix(frontend): Sync request models up with `forge.agent_protocol` (#7202)
Frontend broke in #7171 because of changes to the request models in `forge.agent_protocol`. This PR unbreaks it.

Changes:
- Make `input` required on `TaskRequestBody` and `StepRequestBody`
- Amend `toJson()` on `TaskRequestBody` and `StepRequestBody` to omit attributes with `null` value
2024-06-08 17:09:01 -05:00
..
agent_message_tile.dart refactor: Refactor agent message tile rendering logic 2023-10-31 16:33:45 -07:00
chat_input_field.dart fix(frontend): Unbreak `ChatInputField` 2024-02-21 02:09:23 +01:00
chat_view.dart fix(frontend): Sync request models up with `forge.agent_protocol` (#7202) 2024-06-08 17:09:01 -05:00
continuous_mode_dialog.dart Add ContinuousModeDialog and integrate with ChatInputField 2023-09-26 14:25:20 -07:00
json_code_snippet_view.dart Merge commit 'e5d30a9f6d0854e20049309333c2f637cd03025c' as 'frontend' 2023-09-06 11:22:37 -07:00
loading_indicator.dart Add LoadingIndicator for Async Operations 2023-09-28 12:54:13 -07:00
user_message_tile.dart Disable markdown as it causes crash for some responses 2023-10-20 08:07:27 -07:00