mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-27 19:04:25 +01:00
This commit updates the ChatService and TaskService classes to use the api.get method instead of the previous api.getList. This change allows us to handle structured API responses more effectively, particularly those containing pagination information and detailed task and step data. - Update ChatService methods to use api.get - Update TaskService methods to use api.get - Handle structured TaskResponse in TaskService.listAllTasks