@@ -118,6 +118,7 @@ def test_method_create_with_all_params(self, client: Codex) -> None:
118118 "lower_llm_match_distance_threshold" : 0 ,
119119 "max_distance" : 0 ,
120120 "query_use_llm_matching" : True ,
121+ "tlm_evals_model" : "tlm_evals_model" ,
121122 "upper_llm_match_distance_threshold" : 0 ,
122123 },
123124 name = "name" ,
@@ -293,6 +294,7 @@ def test_method_update_with_all_params(self, client: Codex) -> None:
293294 "lower_llm_match_distance_threshold" : 0 ,
294295 "max_distance" : 0 ,
295296 "query_use_llm_matching" : True ,
297+ "tlm_evals_model" : "tlm_evals_model" ,
296298 "upper_llm_match_distance_threshold" : 0 ,
297299 },
298300 description = "description" ,
@@ -762,6 +764,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncCodex) ->
762764 "lower_llm_match_distance_threshold" : 0 ,
763765 "max_distance" : 0 ,
764766 "query_use_llm_matching" : True ,
767+ "tlm_evals_model" : "tlm_evals_model" ,
765768 "upper_llm_match_distance_threshold" : 0 ,
766769 },
767770 name = "name" ,
@@ -937,6 +940,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncCodex) ->
937940 "lower_llm_match_distance_threshold" : 0 ,
938941 "max_distance" : 0 ,
939942 "query_use_llm_matching" : True ,
943+ "tlm_evals_model" : "tlm_evals_model" ,
940944 "upper_llm_match_distance_threshold" : 0 ,
941945 },
942946 description = "description" ,
0 commit comments