no need to verify completion when we decide to complete according to CUA response; extract data based on CUA reponse as well (#2156)

This commit is contained in:
Shuchang Zheng
2025-04-14 17:24:40 -07:00
committed by GitHub
parent 357f25b416
commit 18f24745d0
4 changed files with 17 additions and 2 deletions

View File

@@ -2986,6 +2986,7 @@ async def extract_information_for_navigation_goal(
html_need_skyvern_attrs=False,
navigation_goal=task.navigation_goal,
navigation_payload=task.navigation_payload,
previous_extracted_information=task.extracted_information,
data_extraction_goal=task.data_extraction_goal,
extracted_information_schema=task.extracted_information_schema,
current_url=scraped_page_refreshed.url,