add back error code description in the main prompt (#3410)

This commit is contained in:
LawyZheng
2025-09-11 23:56:28 +08:00
committed by GitHub
parent ef99a3cc99
commit 3d2b164ea8
3 changed files with 11 additions and 0 deletions

View File

@@ -2062,6 +2062,7 @@ class ForgeAgent:
current_url=current_url,
data_extraction_goal=task.data_extraction_goal,
action_history=actions_and_results_str,
error_code_mapping_str=(json.dumps(task.error_code_mapping) if task.error_code_mapping else None),
local_datetime=datetime.now(context.tz_info).isoformat(),
verification_code_check=verification_code_check,
complete_criterion=task.complete_criterion.strip() if task.complete_criterion else None,