|
56 | 56 | Your reply: {"terminate":"yes", "final_response": "Here is the Nothing phone 2 price list: <price list>. The cheapest store is <store name> with price <price>."}
|
57 | 57 |
|
58 | 58 | Example 2:
|
59 |
| -Task: Find the cheapest flight from Helsinki to Stockholm on 15 March. Current page: www.skyscanner.com |
| 59 | +Task: Find the cheapest premium economy flights from Helsinki to Stockholm on 15 March. Current page: www.skyscanner.com |
60 | 60 | {"plan":"1. List the interaction options available on skyscanner page relevant for flight reservation along with their default values.
|
61 | 61 | 2. Select the journey option to one-way (if not default).
|
62 | 62 | 3. Set number of passengers to 1 (if not default).
|
63 | 63 | 4. Set the departure date to 15 March 2025 (since 15 March 2024 is already past).
|
| 64 | +5. Set ticket type to Economy Premium. |
64 | 65 | 5. Set from airport to ""Helsinki".
|
65 |
| -6. Set destination airport tas Stockhokm |
| 66 | +6. Set destination airport to Stockhokm |
66 | 67 | 7. Confirm that current values in the source airport, destination airport and departure date fields are Helsinki, Stockholm and 15 August 2024 respectively.
|
67 | 68 | 8. Click on the search button to get the search results.
|
68 | 69 | 9. Confirm that you are on the search results page.
|
69 | 70 | 10. Extract the price of the cheapest flight from Helsinki to Stokchol from the search results.",
|
70 | 71 | "next_step": "List all interaction options available on this skyscanner page relevant for flight reservation. This could be source airport, destination aiport etc. Also provide the current default values of the fields.",
|
71 | 72 | "terminate":"no"},
|
| 73 | +Notice above how there is confrimation after each step and how interaction with each element is a seperate step. Follow same pattern. |
72 | 74 |
|
73 | 75 | Remember: you are a very very persistent planner who will try every possible strategy to accomplish the task perfectly.
|
74 | 76 | Revise search query if needed, ask for more information if needed, and always verify the results before terminating the task.""",
|
|
0 commit comments