@@ -109,7 +109,7 @@ def test_method_create_with_all_params(self, client: Codex) -> None:
109109 },
110110 },
111111 "llm_matching_model" : "llm_matching_model" ,
112- "llm_matching_quality_preset" : "llm_matching_quality_preset " ,
112+ "llm_matching_quality_preset" : "best " ,
113113 "lower_llm_match_distance_threshold" : 0 ,
114114 "max_distance" : 0 ,
115115 "query_use_llm_matching" : True ,
@@ -278,7 +278,7 @@ def test_method_update_with_all_params(self, client: Codex) -> None:
278278 },
279279 },
280280 "llm_matching_model" : "llm_matching_model" ,
281- "llm_matching_quality_preset" : "llm_matching_quality_preset " ,
281+ "llm_matching_quality_preset" : "best " ,
282282 "lower_llm_match_distance_threshold" : 0 ,
283283 "max_distance" : 0 ,
284284 "query_use_llm_matching" : True ,
@@ -745,7 +745,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncCodex) ->
745745 },
746746 },
747747 "llm_matching_model" : "llm_matching_model" ,
748- "llm_matching_quality_preset" : "llm_matching_quality_preset " ,
748+ "llm_matching_quality_preset" : "best " ,
749749 "lower_llm_match_distance_threshold" : 0 ,
750750 "max_distance" : 0 ,
751751 "query_use_llm_matching" : True ,
@@ -914,7 +914,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncCodex) ->
914914 },
915915 },
916916 "llm_matching_model" : "llm_matching_model" ,
917- "llm_matching_quality_preset" : "llm_matching_quality_preset " ,
917+ "llm_matching_quality_preset" : "best " ,
918918 "lower_llm_match_distance_threshold" : 0 ,
919919 "max_distance" : 0 ,
920920 "query_use_llm_matching" : True ,
0 commit comments