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.", }, ]