update selection prompt (#706)

This commit is contained in:
LawyZheng
2024-08-14 15:16:26 +08:00
committed by GitHub
parent 0d9d67d02f
commit 1c9e919792

View File

@@ -3,7 +3,7 @@ You can find the match element based on the following attempts:
1. Find the semantically most similar element
2. Reconsider if target value is reasonable based on context and the options in the HTML elements. If it doesn't make sense, you can tweak the target value into a reasonable one.
3. Find the element, which semantically is the superset of target value. Like "Others", "None of them matched"
4. If the field is required, don't leave it blank or don't choose the semantical placeholder value, like "Please select", "-", "Select...".
4. If the field is required, don't leave it blank and don't choose the semantical placeholder value, like "Please select", "-", "Select...".
MAKE SURE YOU OUTPUT VALID JSON. No text before or after JSON, no trailing commas, no comments (//), no unnecessary quotes, etc.
Each interactable element is tagged with an ID.