You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,15 +242,15 @@ Controls how the model uses tools. The following options are supported:
242
242
<dl>
243
243
<dd>
244
244
245
-
**provider_request:**`typing.Optional[typing.Dict[str, typing.Any]]` — Raw request sent to provider.
245
+
**provider_request:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — Raw request sent to provider.
246
246
247
247
</dd>
248
248
</dl>
249
249
250
250
<dl>
251
251
<dd>
252
252
253
-
**provider_response:**`typing.Optional[typing.Dict[str, typing.Any]]` — Raw response received the provider.
253
+
**provider_response:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — Raw response received the provider.
254
254
255
255
</dd>
256
256
</dl>
@@ -274,7 +274,7 @@ Controls how the model uses tools. The following options are supported:
274
274
<dl>
275
275
<dd>
276
276
277
-
**inputs:**`typing.Optional[typing.Dict[str, typing.Any]]` — The inputs passed to the prompt template.
277
+
**inputs:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — The inputs passed to the prompt template.
278
278
279
279
</dd>
280
280
</dl>
@@ -290,7 +290,7 @@ Controls how the model uses tools. The following options are supported:
290
290
<dl>
291
291
<dd>
292
292
293
-
**metadata:**`typing.Optional[typing.Dict[str, typing.Any]]` — Any additional metadata to record.
293
+
**metadata:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — Any additional metadata to record.
294
294
295
295
</dd>
296
296
</dl>
@@ -492,7 +492,7 @@ Controls how the model uses tools. The following options are supported:
492
492
<dl>
493
493
<dd>
494
494
495
-
**inputs:**`typing.Optional[typing.Dict[str, typing.Any]]` — The inputs passed to the prompt template.
495
+
**inputs:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — The inputs passed to the prompt template.
496
496
497
497
</dd>
498
498
</dl>
@@ -508,7 +508,7 @@ Controls how the model uses tools. The following options are supported:
508
508
<dl>
509
509
<dd>
510
510
511
-
**metadata:**`typing.Optional[typing.Dict[str, typing.Any]]` — Any additional metadata to record.
511
+
**metadata:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — Any additional metadata to record.
512
512
513
513
</dd>
514
514
</dl>
@@ -901,7 +901,7 @@ client.prompts.upsert(
901
901
<dl>
902
902
<dd>
903
903
904
-
**other:**`typing.Optional[typing.Dict[str, typing.Any]]` — Other parameter values to be passed to the provider call.
904
+
**other:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — Other parameter values to be passed to the provider call.
905
905
906
906
</dd>
907
907
</dl>
@@ -1868,15 +1868,15 @@ client.tools.log(
1868
1868
<dl>
1869
1869
<dd>
1870
1870
1871
-
**provider_request:**`typing.Optional[typing.Dict[str, typing.Any]]` — Raw request sent to provider.
1871
+
**provider_request:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — Raw request sent to provider.
1872
1872
1873
1873
</dd>
1874
1874
</dl>
1875
1875
1876
1876
<dl>
1877
1877
<dd>
1878
1878
1879
-
**provider_response:**`typing.Optional[typing.Dict[str, typing.Any]]` — Raw response received the provider.
1879
+
**provider_response:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — Raw response received the provider.
1880
1880
1881
1881
</dd>
1882
1882
</dl>
@@ -1900,7 +1900,7 @@ client.tools.log(
1900
1900
<dl>
1901
1901
<dd>
1902
1902
1903
-
**inputs:**`typing.Optional[typing.Dict[str, typing.Any]]` — The inputs passed to the prompt template.
1903
+
**inputs:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — The inputs passed to the prompt template.
1904
1904
1905
1905
</dd>
1906
1906
</dl>
@@ -1916,7 +1916,7 @@ client.tools.log(
1916
1916
<dl>
1917
1917
<dd>
1918
1918
1919
-
**metadata:**`typing.Optional[typing.Dict[str, typing.Any]]` — Any additional metadata to record.
1919
+
**metadata:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — Any additional metadata to record.
1920
1920
1921
1921
</dd>
1922
1922
</dl>
@@ -2197,7 +2197,7 @@ client.tools.upsert(
2197
2197
<dl>
2198
2198
<dd>
2199
2199
2200
-
**setup_values:**`typing.Optional[typing.Dict[str, typing.Any]]` — Values needed to setup the Tool, defined in JSON Schema format: https://json-schema.org/
2200
+
**setup_values:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — Values needed to setup the Tool, defined in JSON Schema format: https://json-schema.org/
2201
2201
2202
2202
</dd>
2203
2203
</dl>
@@ -5872,15 +5872,15 @@ client.evaluators.log(
5872
5872
<dl>
5873
5873
<dd>
5874
5874
5875
-
**provider_request:**`typing.Optional[typing.Dict[str, typing.Any]]` — Raw request sent to provider. Only populated for LLM Evaluator Logs.
5875
+
**provider_request:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — Raw request sent to provider. Only populated for LLM Evaluator Logs.
5876
5876
5877
5877
</dd>
5878
5878
</dl>
5879
5879
5880
5880
<dl>
5881
5881
<dd>
5882
5882
5883
-
**provider_response:**`typing.Optional[typing.Dict[str, typing.Any]]` — Raw response received the provider. Only populated for LLM Evaluator Logs.
5883
+
**provider_response:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — Raw response received the provider. Only populated for LLM Evaluator Logs.
5884
5884
5885
5885
</dd>
5886
5886
</dl>
@@ -5896,7 +5896,7 @@ client.evaluators.log(
5896
5896
<dl>
5897
5897
<dd>
5898
5898
5899
-
**inputs:**`typing.Optional[typing.Dict[str, typing.Any]]` — The inputs passed to the prompt template.
5899
+
**inputs:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — The inputs passed to the prompt template.
5900
5900
5901
5901
</dd>
5902
5902
</dl>
@@ -5912,7 +5912,7 @@ client.evaluators.log(
5912
5912
<dl>
5913
5913
<dd>
5914
5914
5915
-
**metadata:**`typing.Optional[typing.Dict[str, typing.Any]]` — Any additional metadata to record.
5915
+
**metadata:**`typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]]` — Any additional metadata to record.
0 commit comments