add error_code_mapping and extracted_information_schema to task v2 (#1950)

This commit is contained in:
Shuchang Zheng
2025-03-18 11:53:54 -07:00
committed by GitHub
parent e4a986d286
commit 39162ded9b
5 changed files with 44 additions and 2 deletions

View File

@@ -1395,6 +1395,7 @@ async def _summarize_task_v2(
"task_v2_summary",
user_goal=task_v2.prompt,
task_history=task_history,
extracted_information_schema=task_v2.extracted_information_schema,
local_datetime=datetime.now(context.tz_info).isoformat(),
)
task_v2_summary_resp = await app.LLM_API_HANDLER(