You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workflows/workflow_use/builder/prompts.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
- Evaluating content to match user input (e.g., finding a specific item based on its name or attributes).
35
35
- Break complex tasks into multiple specific agentic steps rather than one broad task.
36
36
- **Use the user’s goal (if provided) or inferred intent from the recording** to identify where agentic steps are needed for dynamic content, even if the recording uses deterministic steps.
37
+
- **extract_page_content** - Use this type when you want to extract data from the page. If the task is simply extracting data from the page, use this instead of agentic steps (never create agentic step for simple data extraction).
37
38
- **Deterministic events** → keep the original recorder event structure. The
38
39
value of `"type"` MUST match **exactly** one of the available action
39
40
names listed below; all additional keys are interpreted as parameters for
0 commit comments