handle search bar for custom selection (#921)
This commit is contained in:
@@ -7,6 +7,7 @@ Reply in the following JSON format:
|
||||
"thought": str, // A string to describe how you double-check the information to ensure the accuracy.
|
||||
"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.
|
||||
}
|
||||
|
||||
Existing reasoning context:
|
||||
|
||||
Reference in New Issue
Block a user