From b5ede1389d3d3d1016f4db33f265f677a2aef884 Mon Sep 17 00:00:00 2001 From: Sarina Li Date: Wed, 19 Nov 2025 18:01:39 -0500 Subject: [PATCH] change usecase to OS related install --- .../gemini-complex-ui-navigation.mdx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/content/docs/example-usecases/gemini-complex-ui-navigation.mdx b/docs/content/docs/example-usecases/gemini-complex-ui-navigation.mdx index 646b4060..4a3d1d0f 100644 --- a/docs/content/docs/example-usecases/gemini-complex-ui-navigation.mdx +++ b/docs/content/docs/example-usecases/gemini-complex-ui-navigation.mdx @@ -206,15 +206,17 @@ async def complex_ui_navigation(): "description": "Tests precise UI element distinction in a complex interface", }, - # Task 2: Wikipedia multi-step interaction + # Task 2: Search for and install Visual Studio Code { "instruction": ( - "Open wikipedia.org. " - "Search for 'artificial intelligence'. " - "On the results page, find and click the 'Edit' button (not 'Edit source'). " - "Then locate the donation banner at the top and close it by clicking the X button." + "Open your system's app store (e.g., Microsoft Store). " + "Search for 'Visual Studio Code'. " + "In the search results, select 'Visual Studio Code'. " + "Click on 'Install' or 'Get' to begin the installation. " + "If prompted, accept any permissions or confirm the installation. " + "Wait for Visual Studio Code to finish installing." ), - "description": "Tests element disambiguation and multi-step reasoning", + "description": "Tests the ability to search for an application and complete its installation through a step-by-step app store workflow.", }, ]