AutoGPT/frontend/lib/models
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
..
benchmark Comment change 2023-11-04 10:53:32 -07:00
skill_tree Added SkillTreeType enum and implemented dropdown selection in SkillTreeView 2023-09-25 23:08:24 -07:00
artifact.dart Implement Artifact Class for Enhanced Data Handling (#5585) 2023-10-06 14:55:47 -07:00
chat.dart Implement Artifact Class for Enhanced Data Handling (#5585) 2023-10-06 14:55:47 -07:00
message_type.dart Merge commit 'e5d30a9f6d0854e20049309333c2f637cd03025c' as 'frontend' 2023-09-06 11:22:37 -07:00
pagination.dart Merge commit 'e5d30a9f6d0854e20049309333c2f637cd03025c' as 'frontend' 2023-09-06 11:22:37 -07:00
step.dart Implement Artifact Class for Enhanced Data Handling (#5585) 2023-10-06 14:55:47 -07:00
step_request_body.dart fix(frontend): Sync request models up with `forge.agent_protocol` (#7202) 2024-06-08 17:09:01 -05:00
task.dart Extend Task Model to Include Serialization 2023-09-18 14:35:34 -07:00
task_request_body.dart fix(frontend): Sync request models up with `forge.agent_protocol` (#7202) 2024-06-08 17:09:01 -05:00
task_response.dart Merge commit 'e5d30a9f6d0854e20049309333c2f637cd03025c' as 'frontend' 2023-09-06 11:22:37 -07:00
test_option.dart Introduce TestOption Enum for Enhanced Test Selection Clarity (#5586) 2023-10-06 16:13:33 -07:00
test_suite.dart Add TestSuite Model with Serialization and Deserialization Support 2023-09-18 14:41:25 -07:00