Fix typos (#2807)
This commit is contained in:
@@ -7,7 +7,7 @@ Reply in JSON format with the following keys:
|
||||
"thought": str, // Think step by step. Describe your thought in thi field.
|
||||
"is_booking": bool, // True if the goal is to book something, including room, flight and so on.
|
||||
"is_including_date": bool, // True if the goal includes date information.
|
||||
"tweaked_user_goal": str, // If is_booking is True and is_including_date is True, repick a date within the next two months to replace the orignal date in the goal. Otherwise, return the orignal user goal.
|
||||
"tweaked_user_goal": str, // If is_booking is True and is_including_date is True, repick a date within the next two months to replace the original date in the goal. Otherwise, return the original user goal.
|
||||
}
|
||||
|
||||
User goal
|
||||
|
||||
@@ -8,7 +8,7 @@ Reply in JSON format with the following keys:
|
||||
{
|
||||
"page_info": str, // Think step by step. Describe the page information you parsed from the HTML elements and the screenshot. Your decision should be based on the current page information.
|
||||
"think": str, // Think step by step. Describe how you think the user has finished the mini goal in the current opened dropdown selection.
|
||||
"is_multiple_selection": bool, // True if it's a multi-level selection, otheriwse False.
|
||||
"is_multiple_selection": bool, // True if it's a multi-level selection, otherwise False.
|
||||
"is_mini_goal_finished": bool, // True if the user has finished the mini goal in the current opened dropdown selection, False otherwise.
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Do not ever include anything other than the JSON object in your output, and do n
|
||||
|
||||
If you are unable to extract the requested information for a specific field in the json schema, please output a null value for that field.
|
||||
|
||||
If you are trying to extract the href links which are using the jinja style like "{% raw %}{{}}{% endraw %}", please keep the orignal string.
|
||||
If you are trying to extract the href links which are using the jinja style like "{% raw %}{{}}{% endraw %}", please keep the original string.
|
||||
|
||||
User Data Extraction Goal: {{ data_extraction_goal }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user