mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Added a new TaskInfo class to encapsulate information related to a specific benchmark task. - The TaskInfo class holds attributes like the data file path, regression status, task categories, task details, expected answer, and description. - Included methods for JSON serialization and deserialization. - Added comprehensive documentation to describe the purpose, properties, and methods of the TaskInfo class.