Add organization_name and workflow_permanent_id to skyvern context, pass workflow_permanet_id when deciding which identifier to use with which llm (#2245)
This commit is contained in:
@@ -2657,7 +2657,7 @@ class ForgeAgent:
|
||||
)
|
||||
|
||||
data_extraction_summary_resp = await app.SECONDARY_LLM_API_HANDLER(
|
||||
prompt=prompt, step=step, screenshots=scraped_page.screenshots, prompt_name="data-extraction-summary"
|
||||
prompt=prompt, step=step, prompt_name="data-extraction-summary"
|
||||
)
|
||||
return ExtractAction(
|
||||
reasoning=data_extraction_summary_resp.get("summary", "Extracting information from the page"),
|
||||
|
||||
Reference in New Issue
Block a user