mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 10:41:04 +00:00
Add the lever constraint again (#167)
This commit is contained in:
parent
32701075c3
commit
8e2aaa95d2
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ Each element is tagged with an ID.
|
||||||
If you see any information in red in the page screenshot, this means a condition wasn't satisfied. prioritize actions with the red information.
|
If you see any information in red in the page screenshot, this means a condition wasn't satisfied. prioritize actions with the red information.
|
||||||
If you see a popup in the page screenshot, prioritize actions on the popup.
|
If you see a popup in the page screenshot, prioritize actions on the popup.
|
||||||
|
|
||||||
|
{% if "lever" in url %}
|
||||||
|
DO NOT UPDATE ANY LOCATION FIELDS
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
Reply in JSON format with the following keys:
|
Reply in JSON format with the following keys:
|
||||||
{
|
{
|
||||||
"actions": array // An array of actions. Here's the format of each action:
|
"actions": array // An array of actions. Here's the format of each action:
|
||||||
|
|
Loading…
Add table
Reference in a new issue