@@ -40,7 +40,7 @@ def test_method_create_with_all_params_overload_1(self, client: OpenAI) -> None:
4040 include = ["file_search_call.results" ],
4141 input = "string" ,
4242 instructions = "instructions" ,
43- max_output_tokens = 0 ,
43+ max_output_tokens = 16 ,
4444 max_tool_calls = 0 ,
4545 metadata = {"foo" : "string" },
4646 model = "gpt-5.1" ,
@@ -128,7 +128,7 @@ def test_method_create_with_all_params_overload_2(self, client: OpenAI) -> None:
128128 include = ["file_search_call.results" ],
129129 input = "string" ,
130130 instructions = "instructions" ,
131- max_output_tokens = 0 ,
131+ max_output_tokens = 16 ,
132132 max_tool_calls = 0 ,
133133 metadata = {"foo" : "string" },
134134 model = "gpt-5.1" ,
@@ -451,7 +451,7 @@ async def test_method_create_with_all_params_overload_1(self, async_client: Asyn
451451 include = ["file_search_call.results" ],
452452 input = "string" ,
453453 instructions = "instructions" ,
454- max_output_tokens = 0 ,
454+ max_output_tokens = 16 ,
455455 max_tool_calls = 0 ,
456456 metadata = {"foo" : "string" },
457457 model = "gpt-5.1" ,
@@ -539,7 +539,7 @@ async def test_method_create_with_all_params_overload_2(self, async_client: Asyn
539539 include = ["file_search_call.results" ],
540540 input = "string" ,
541541 instructions = "instructions" ,
542- max_output_tokens = 0 ,
542+ max_output_tokens = 16 ,
543543 max_tool_calls = 0 ,
544544 metadata = {"foo" : "string" },
545545 model = "gpt-5.1" ,
0 commit comments