mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Updates the TaskResult class to improve the processing of comprehensive evaluation data. The changes include: - Introduces fallback to retrieve 'comprehensive_judge' if 'comprehensive_evaluation' is not present. - Converts enum lists for 'task_categories' and 'error_categories' to string lists for better database compatibility. - Updates payload to include the processed categories and errors, ensuring proper data structure for evaluation results.