add screenshots back for the v2 task summary (#2302)

This commit is contained in:
Shuchang Zheng
2025-05-06 15:30:09 -07:00
committed by GitHub
parent d735cb9527
commit 945e5b1922

View File

@@ -1554,6 +1554,7 @@ async def _summarize_task_v2(
)
task_v2_summary_resp = await app.LLM_API_HANDLER(
prompt=task_v2_summary_prompt,
screenshots=screenshots,
thought=thought,
prompt_name="task_v2_summary",
)