Skip to content

Commit

Permalink
fix non-interatable hallucination on Claude3 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
LawyZheng authored May 16, 2024
1 parent c17b4ed commit 50026f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Identify actions to help user progress towards the user goal using the DOM eleme
Include only the elements that are relevant to the user goal, without altering or imagining new elements.
Use the details from the user details to fill in necessary values. Always satisfy required fields if the field isn't already filled in. Don't return any action for the same field, if this field is already filled in and the value is the same as the one you would have filled in.
MAKE SURE YOU OUTPUT VALID JSON. No text before or after JSON, no trailing commas, no comments (//), no unnecessary quotes, etc.
Each element is tagged with an ID.
Each element is tagged with an ID and interactable value. You should only return actions on the interactable elements.
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.

Expand Down

0 comments on commit 50026f3

Please sign in to comment.