@@ -43,7 +43,7 @@ data_stream_response = client.inference_pipelines.data.stream(
43
43
},
44
44
rows = [
45
45
{
46
- " user_query" : " what's the meaning of life?" ,
46
+ " user_query" : " what is the meaning of life?" ,
47
47
" output" : " 42" ,
48
48
" tokens" : 7 ,
49
49
" cost" : 0.02 ,
@@ -86,7 +86,7 @@ async def main() -> None:
86
86
},
87
87
rows = [
88
88
{
89
- " user_query" : " what's the meaning of life?" ,
89
+ " user_query" : " what is the meaning of life?" ,
90
90
" output" : " 42" ,
91
91
" tokens" : 7 ,
92
92
" cost" : 0.02 ,
138
138
},
139
139
rows = [
140
140
{
141
- " user_query" : " what's the meaning of life?" ,
141
+ " user_query" : " what is the meaning of life?" ,
142
142
" output" : " 42" ,
143
143
" tokens" : 7 ,
144
144
" cost" : 0.02 ,
@@ -199,7 +199,7 @@ client.with_options(max_retries=5).inference_pipelines.data.stream(
199
199
},
200
200
rows = [
201
201
{
202
- " user_query" : " what's the meaning of life?" ,
202
+ " user_query" : " what is the meaning of life?" ,
203
203
" output" : " 42" ,
204
204
" tokens" : 7 ,
205
205
" cost" : 0.02 ,
@@ -240,7 +240,7 @@ client.with_options(timeout=5.0).inference_pipelines.data.stream(
240
240
},
241
241
rows = [
242
242
{
243
- " user_query" : " what's the meaning of life?" ,
243
+ " user_query" : " what is the meaning of life?" ,
244
244
" output" : " 42" ,
245
245
" tokens" : 7 ,
246
246
" cost" : 0.02 ,
@@ -296,7 +296,7 @@ response = client.inference_pipelines.data.with_raw_response.stream(
296
296
" timestamp_column_name" : " timestamp" ,
297
297
},
298
298
rows = [{
299
- " user_query" : " what's the meaning of life?" ,
299
+ " user_query" : " what is the meaning of life?" ,
300
300
" output" : " 42" ,
301
301
" tokens" : 7 ,
302
302
" cost" : 0.02 ,
@@ -331,7 +331,7 @@ with client.inference_pipelines.data.with_streaming_response.stream(
331
331
},
332
332
rows = [
333
333
{
334
- " user_query" : " what's the meaning of life?" ,
334
+ " user_query" : " what is the meaning of life?" ,
335
335
" output" : " 42" ,
336
336
" tokens" : 7 ,
337
337
" cost" : 0.02 ,
0 commit comments