multi-level selection support (#786)

This commit is contained in:
LawyZheng
2024-09-09 11:34:09 +08:00
committed by GitHub
parent 281977f395
commit d7cb4f3ae7
4 changed files with 279 additions and 98 deletions

View File

@@ -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 }}
```