Revert "Natural language support for Loop Block (#3027)" (#3043)

This commit is contained in:
Shuchang Zheng
2025-07-27 21:24:53 -07:00
committed by GitHub
parent 3106f28f97
commit d2a57400f4
2 changed files with 49 additions and 317 deletions

View File

@@ -72,7 +72,7 @@ export const helpTooltips = {
loop: {
...baseHelpTooltipContent,
loopValue:
"Define what to iterate over using either a parameter key (e.g., my_extraction_output.extracted_information.results) or a clear, specific natural language prompt (e.g., 'Extract URLs of top 3 articles and visit each one').",
"Define this parameterized field with a parameter key to let Skyvern know the core value you're iterating over.",
},
sendEmail: {
...baseHelpTooltipContent,