change retry summarization to use secondary llm (#3517)

This commit is contained in:
pedrohsdb
2025-09-24 11:46:23 -07:00
committed by GitHub
parent 69e4234011
commit 412a5011c8

View File

@@ -2816,7 +2816,7 @@ class ForgeAgent:
max_retries=max_retries,
local_datetime=datetime.now(skyvern_context.ensure_context().tz_info).isoformat(),
)
json_response = await app.LLM_API_HANDLER(
json_response = await app.SECONDARY_LLM_API_HANDLER(
prompt=prompt,
screenshots=screenshots,
step=step,