mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 01:39:41 +00:00
refactor loopblock value (#1379)
This commit is contained in:
parent
086ab6820c
commit
0a6a2d8d33
4 changed files with 87 additions and 26 deletions
|
@ -142,6 +142,7 @@ class ForLoopBlockYAML(BlockYAML):
|
|||
|
||||
loop_over_parameter_key: str
|
||||
loop_blocks: list["BLOCK_YAML_SUBCLASSES"]
|
||||
loop_variable_reference: str | None = None
|
||||
|
||||
|
||||
class CodeBlockYAML(BlockYAML):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue