optimize auto completion trigger (#1359)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
You're doing an auto completion input action on HTML page. The current filled value doesn't match any option.
|
||||
Based on the context, current value, user goal and user details, give ten most potential values with the same meaning as the current value.
|
||||
Based on the context, current value, user goal and user details, give {{ potential_value_count }} most potential values with the same meaning as the current value.
|
||||
You can provide values like:
|
||||
- Subset or superset meaning from the current value
|
||||
- Summarized from the current value
|
||||
|
||||
@@ -8,7 +8,7 @@ Reply in the following JSON format:
|
||||
"field": str, // Which field is this action intended to fill out?
|
||||
"is_required": bool, // True if this is a required field, otherwise false.
|
||||
"is_search_bar": bool, // True if the element to take the action is a search bar, otherwise false.
|
||||
"is_location_input": bool, // True if the element is asking user to input where he lives, otherwise false. For example, it is asking for location, or address, or other similar information. Output False if it only requires ZIP code.
|
||||
"is_location_input": bool, // True if the element is asking user to input where he lives, otherwise false. For example, it is asking for location, or address, or other similar information. Output False if it only requires ZIP code or postal code.
|
||||
}
|
||||
|
||||
Existing reasoning context:
|
||||
|
||||
Reference in New Issue
Block a user