@@ -43,7 +43,7 @@ data_stream_response = client.inference_pipelines.data.stream(
4343 },
4444 rows = [
4545 {
46- " user_query" : " what's the meaning of life?" ,
46+ " user_query" : " what is the meaning of life?" ,
4747 " output" : " 42" ,
4848 " tokens" : 7 ,
4949 " cost" : 0.02 ,
@@ -86,7 +86,7 @@ async def main() -> None:
8686 },
8787 rows = [
8888 {
89- " user_query" : " what's the meaning of life?" ,
89+ " user_query" : " what is the meaning of life?" ,
9090 " output" : " 42" ,
9191 " tokens" : 7 ,
9292 " cost" : 0.02 ,
138138 },
139139 rows = [
140140 {
141- " user_query" : " what's the meaning of life?" ,
141+ " user_query" : " what is the meaning of life?" ,
142142 " output" : " 42" ,
143143 " tokens" : 7 ,
144144 " cost" : 0.02 ,
@@ -199,7 +199,7 @@ client.with_options(max_retries=5).inference_pipelines.data.stream(
199199 },
200200 rows = [
201201 {
202- " user_query" : " what's the meaning of life?" ,
202+ " user_query" : " what is the meaning of life?" ,
203203 " output" : " 42" ,
204204 " tokens" : 7 ,
205205 " cost" : 0.02 ,
@@ -240,7 +240,7 @@ client.with_options(timeout=5.0).inference_pipelines.data.stream(
240240 },
241241 rows = [
242242 {
243- " user_query" : " what's the meaning of life?" ,
243+ " user_query" : " what is the meaning of life?" ,
244244 " output" : " 42" ,
245245 " tokens" : 7 ,
246246 " cost" : 0.02 ,
@@ -296,7 +296,7 @@ response = client.inference_pipelines.data.with_raw_response.stream(
296296 " timestamp_column_name" : " timestamp" ,
297297 },
298298 rows = [{
299- " user_query" : " what's the meaning of life?" ,
299+ " user_query" : " what is the meaning of life?" ,
300300 " output" : " 42" ,
301301 " tokens" : 7 ,
302302 " cost" : 0.02 ,
@@ -331,7 +331,7 @@ with client.inference_pipelines.data.with_streaming_response.stream(
331331 },
332332 rows = [
333333 {
334- " user_query" : " what's the meaning of life?" ,
334+ " user_query" : " what is the meaning of life?" ,
335335 " output" : " 42" ,
336336 " tokens" : 7 ,
337337 " cost" : 0.02 ,
0 commit comments