@@ -43,7 +43,7 @@ def test_method_act_with_all_params(self, client: Stagehand) -> None:
4343 input = "Click the login button" ,
4444 frame_id = "frameId" ,
4545 options = {
46- "model" : "string " ,
46+ "model" : "openai/gpt-5-nano " ,
4747 "timeout" : 30000 ,
4848 "variables" : {"username" : "john_doe" },
4949 },
@@ -164,7 +164,7 @@ def test_method_execute_with_all_params(self, client: Stagehand) -> None:
164164 id = "c4dbf3a9-9a58-4b22-8a1c-9f20f9f9e123" ,
165165 agent_config = {
166166 "cua" : True ,
167- "model" : "string " ,
167+ "model" : "openai/gpt-5-nano " ,
168168 "system_prompt" : "systemPrompt" ,
169169 },
170170 execute_options = {
@@ -242,7 +242,7 @@ def test_method_extract_with_all_params(self, client: Stagehand) -> None:
242242 frame_id = "frameId" ,
243243 instruction = "Extract all product names and prices from the page" ,
244244 options = {
245- "model" : "string " ,
245+ "model" : "openai/gpt-5-nano " ,
246246 "selector" : "#main-content" ,
247247 "timeout" : 30000 ,
248248 },
@@ -369,7 +369,7 @@ def test_method_observe_with_all_params(self, client: Stagehand) -> None:
369369 frame_id = "frameId" ,
370370 instruction = "Find all clickable navigation links" ,
371371 options = {
372- "model" : "string " ,
372+ "model" : "openai/gpt-5-nano " ,
373373 "selector" : "nav" ,
374374 "timeout" : 30000 ,
375375 },
@@ -562,7 +562,7 @@ async def test_method_act_with_all_params(self, async_client: AsyncStagehand) ->
562562 input = "Click the login button" ,
563563 frame_id = "frameId" ,
564564 options = {
565- "model" : "string " ,
565+ "model" : "openai/gpt-5-nano " ,
566566 "timeout" : 30000 ,
567567 "variables" : {"username" : "john_doe" },
568568 },
@@ -683,7 +683,7 @@ async def test_method_execute_with_all_params(self, async_client: AsyncStagehand
683683 id = "c4dbf3a9-9a58-4b22-8a1c-9f20f9f9e123" ,
684684 agent_config = {
685685 "cua" : True ,
686- "model" : "string " ,
686+ "model" : "openai/gpt-5-nano " ,
687687 "system_prompt" : "systemPrompt" ,
688688 },
689689 execute_options = {
@@ -761,7 +761,7 @@ async def test_method_extract_with_all_params(self, async_client: AsyncStagehand
761761 frame_id = "frameId" ,
762762 instruction = "Extract all product names and prices from the page" ,
763763 options = {
764- "model" : "string " ,
764+ "model" : "openai/gpt-5-nano " ,
765765 "selector" : "#main-content" ,
766766 "timeout" : 30000 ,
767767 },
@@ -888,7 +888,7 @@ async def test_method_observe_with_all_params(self, async_client: AsyncStagehand
888888 frame_id = "frameId" ,
889889 instruction = "Find all clickable navigation links" ,
890890 options = {
891- "model" : "string " ,
891+ "model" : "openai/gpt-5-nano " ,
892892 "selector" : "nav" ,
893893 "timeout" : 30000 ,
894894 },
0 commit comments