@@ -62,9 +62,9 @@ def test_method_update_with_all_params_overload_1(self, client: ImageKit) -> Non
6262 {
6363 "instruction" : "What types of clothing items are visible in this image?" ,
6464 "type" : "select_tags" ,
65- "vocabulary" : ["shirt" , "tshirt" , "dress" , "trousers" , "jacket" ],
6665 "max_selections" : 1 ,
6766 "min_selections" : 0 ,
67+ "vocabulary" : ["shirt" , "tshirt" , "dress" , "trousers" , "jacket" ],
6868 },
6969 {
7070 "instruction" : "Is this a luxury or high-end fashion item?" ,
@@ -465,9 +465,9 @@ def test_method_upload_with_all_params(self, client: ImageKit) -> None:
465465 {
466466 "instruction" : "What types of clothing items are visible in this image?" ,
467467 "type" : "select_tags" ,
468- "vocabulary" : ["shirt" , "tshirt" , "dress" , "trousers" , "jacket" ],
469468 "max_selections" : 1 ,
470469 "min_selections" : 0 ,
470+ "vocabulary" : ["shirt" , "tshirt" , "dress" , "trousers" , "jacket" ],
471471 },
472472 {
473473 "instruction" : "Is this a luxury or high-end fashion item?" ,
@@ -615,9 +615,9 @@ async def test_method_update_with_all_params_overload_1(self, async_client: Asyn
615615 {
616616 "instruction" : "What types of clothing items are visible in this image?" ,
617617 "type" : "select_tags" ,
618- "vocabulary" : ["shirt" , "tshirt" , "dress" , "trousers" , "jacket" ],
619618 "max_selections" : 1 ,
620619 "min_selections" : 0 ,
620+ "vocabulary" : ["shirt" , "tshirt" , "dress" , "trousers" , "jacket" ],
621621 },
622622 {
623623 "instruction" : "Is this a luxury or high-end fashion item?" ,
@@ -1018,9 +1018,9 @@ async def test_method_upload_with_all_params(self, async_client: AsyncImageKit)
10181018 {
10191019 "instruction" : "What types of clothing items are visible in this image?" ,
10201020 "type" : "select_tags" ,
1021- "vocabulary" : ["shirt" , "tshirt" , "dress" , "trousers" , "jacket" ],
10221021 "max_selections" : 1 ,
10231022 "min_selections" : 0 ,
1023+ "vocabulary" : ["shirt" , "tshirt" , "dress" , "trousers" , "jacket" ],
10241024 },
10251025 {
10261026 "instruction" : "Is this a luxury or high-end fashion item?" ,
0 commit comments