mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-04 11:55:11 -05: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.