mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-27 19:04:25 +01:00
This commit introduces the Step class to the codebase, designed to model the steps related to tasks. - Implemented Step class with both required and optional fields. - Provided a fromMap factory method for easy deserialization from API responses. - Ensured that optional fields are handled gracefully, providing default values where necessary. The addition of the Step class lays the foundation for more complex interactions with tasks, including the ability to handle steps with varying levels of information. This makes the application more flexible and robust when interfacing with the backend.