-
Notifications
You must be signed in to change notification settings - Fork 789
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
279 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
There is a screenshot from part of Web HTML page. Help me confirm it if it's an opened dropdown menu. | ||
An opened dropdown menu could be defined as: | ||
- At least two options show on the screenshot. | ||
MAKE SURE YOU OUTPUT VALID JSON. No text before or after JSON, no trailing commas, no comments (//), no unnecessary quotes, etc. | ||
|
||
Reply in JSON format with the following keys: | ||
{ | ||
"reasoning": str, // the reason why it's a dropdown menu or not a dropdown menu | ||
"is_opened_dropdown_menu": bool, // true if it's a opened dropdown menu, otherwise false. | ||
} | ||
} | ||
|
||
Elements on the screenshot: | ||
``` | ||
{{ elements }} | ||
``` |
Oops, something went wrong.