Files
Dorod-Sky/skyvern/forge/prompts/skyvern/opened-dropdown-confirm.j2
2024-08-06 13:30:52 +08:00

7 lines
375 B
Django/Jinja

There is a screenshot from part of Web HTML page. Help me confirm it if it's an opened dropdown menu.
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:
{
"is_opened_dropdown_menu": bool, // true if it's a opened dropdown menu, otherwise false.
}