@@ -131,6 +131,7 @@ def test_method_create(self, client: PromptFoundry) -> None:
131
131
"max_tokens" : 0 ,
132
132
"seed" : 0 ,
133
133
"tool_choice" : "string" ,
134
+ "stream" : True ,
134
135
},
135
136
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
136
137
)
@@ -245,6 +246,7 @@ def test_raw_response_create(self, client: PromptFoundry) -> None:
245
246
"max_tokens" : 0 ,
246
247
"seed" : 0 ,
247
248
"tool_choice" : "string" ,
249
+ "stream" : True ,
248
250
},
249
251
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
250
252
)
@@ -363,6 +365,7 @@ def test_streaming_response_create(self, client: PromptFoundry) -> None:
363
365
"max_tokens" : 0 ,
364
366
"seed" : 0 ,
365
367
"tool_choice" : "string" ,
368
+ "stream" : True ,
366
369
},
367
370
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
368
371
) as response :
@@ -484,6 +487,7 @@ def test_method_update(self, client: PromptFoundry) -> None:
484
487
"max_tokens" : 0 ,
485
488
"seed" : 0 ,
486
489
"tool_choice" : "string" ,
490
+ "stream" : True ,
487
491
},
488
492
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
489
493
)
@@ -599,6 +603,7 @@ def test_raw_response_update(self, client: PromptFoundry) -> None:
599
603
"max_tokens" : 0 ,
600
604
"seed" : 0 ,
601
605
"tool_choice" : "string" ,
606
+ "stream" : True ,
602
607
},
603
608
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
604
609
)
@@ -718,6 +723,7 @@ def test_streaming_response_update(self, client: PromptFoundry) -> None:
718
723
"max_tokens" : 0 ,
719
724
"seed" : 0 ,
720
725
"tool_choice" : "string" ,
726
+ "stream" : True ,
721
727
},
722
728
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
723
729
) as response :
@@ -840,6 +846,7 @@ def test_path_params_update(self, client: PromptFoundry) -> None:
840
846
"max_tokens" : 0 ,
841
847
"seed" : 0 ,
842
848
"tool_choice" : "string" ,
849
+ "stream" : True ,
843
850
},
844
851
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
845
852
)
@@ -1295,6 +1302,7 @@ async def test_method_create(self, async_client: AsyncPromptFoundry) -> None:
1295
1302
"max_tokens" : 0 ,
1296
1303
"seed" : 0 ,
1297
1304
"tool_choice" : "string" ,
1305
+ "stream" : True ,
1298
1306
},
1299
1307
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
1300
1308
)
@@ -1409,6 +1417,7 @@ async def test_raw_response_create(self, async_client: AsyncPromptFoundry) -> No
1409
1417
"max_tokens" : 0 ,
1410
1418
"seed" : 0 ,
1411
1419
"tool_choice" : "string" ,
1420
+ "stream" : True ,
1412
1421
},
1413
1422
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
1414
1423
)
@@ -1527,6 +1536,7 @@ async def test_streaming_response_create(self, async_client: AsyncPromptFoundry)
1527
1536
"max_tokens" : 0 ,
1528
1537
"seed" : 0 ,
1529
1538
"tool_choice" : "string" ,
1539
+ "stream" : True ,
1530
1540
},
1531
1541
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
1532
1542
) as response :
@@ -1648,6 +1658,7 @@ async def test_method_update(self, async_client: AsyncPromptFoundry) -> None:
1648
1658
"max_tokens" : 0 ,
1649
1659
"seed" : 0 ,
1650
1660
"tool_choice" : "string" ,
1661
+ "stream" : True ,
1651
1662
},
1652
1663
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
1653
1664
)
@@ -1763,6 +1774,7 @@ async def test_raw_response_update(self, async_client: AsyncPromptFoundry) -> No
1763
1774
"max_tokens" : 0 ,
1764
1775
"seed" : 0 ,
1765
1776
"tool_choice" : "string" ,
1777
+ "stream" : True ,
1766
1778
},
1767
1779
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
1768
1780
)
@@ -1882,6 +1894,7 @@ async def test_streaming_response_update(self, async_client: AsyncPromptFoundry)
1882
1894
"max_tokens" : 0 ,
1883
1895
"seed" : 0 ,
1884
1896
"tool_choice" : "string" ,
1897
+ "stream" : True ,
1885
1898
},
1886
1899
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
1887
1900
) as response :
@@ -2004,6 +2017,7 @@ async def test_path_params_update(self, async_client: AsyncPromptFoundry) -> Non
2004
2017
"max_tokens" : 0 ,
2005
2018
"seed" : 0 ,
2006
2019
"tool_choice" : "string" ,
2020
+ "stream" : True ,
2007
2021
},
2008
2022
tools = [{"tool_id" : "string" }, {"tool_id" : "string" }, {"tool_id" : "string" }],
2009
2023
)
0 commit comments