mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 23:58:06 -05:00
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