parallel check user goal xp (#3873)

This commit is contained in:
pedrohsdb
2025-10-31 12:19:50 -07:00
committed by GitHub
parent 0e0ae81693
commit 06bb9efb4a
2 changed files with 340 additions and 26 deletions

View File

@@ -55,6 +55,10 @@ class SkyvernContext:
# next blocks won't consider the page as a magic link page
magic_link_pages: dict[str, Page] = field(default_factory=dict)
# parallel verification optimization
# stores pre-scraped data for next step to avoid re-scraping
next_step_pre_scraped_data: dict[str, Any] | None = None
"""
Example output value:
{"loop_value": "str", "output_parameter": "the key of the parameter", "output_value": Any}