handle search bar for custom selection (#921)

This commit is contained in:
LawyZheng
2024-10-08 13:50:58 +08:00
committed by GitHub
parent 11985733c3
commit 188f6ebfe5
3 changed files with 26 additions and 6 deletions

View File

@@ -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: