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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -314,7 +314,7 @@ Controls how the model uses tools. The following options are supported:
314
314
<dl>
315
315
<dd>
316
316
317
-
**batch_id:**`typing.Optional[str]` — Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
317
+
**batch_id:**`typing.Optional[str]` — Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
318
318
319
319
</dd>
320
320
</dl>
@@ -853,7 +853,7 @@ Controls how the model uses tools. The following options are supported:
853
853
<dl>
854
854
<dd>
855
855
856
-
**batch_id:**`typing.Optional[str]` — Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
856
+
**batch_id:**`typing.Optional[str]` — Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
857
857
858
858
</dd>
859
859
</dl>
@@ -1119,7 +1119,7 @@ Controls how the model uses tools. The following options are supported:
1119
1119
<dl>
1120
1120
<dd>
1121
1121
1122
-
**batch_id:**`typing.Optional[str]` — Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
1122
+
**batch_id:**`typing.Optional[str]` — Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
1123
1123
1124
1124
</dd>
1125
1125
</dl>
@@ -2535,7 +2535,7 @@ client.tools.log(
2535
2535
<dl>
2536
2536
<dd>
2537
2537
2538
-
**batch_id:**`typing.Optional[str]` — Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
2538
+
**batch_id:**`typing.Optional[str]` — Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
2539
2539
2540
2540
</dd>
2541
2541
</dl>
@@ -6147,7 +6147,7 @@ client.evaluators.log(
6147
6147
<dl>
6148
6148
<dd>
6149
6149
6150
-
**batch_id:**`typing.Optional[str]` — Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
6150
+
**batch_id:**`typing.Optional[str]` — Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
6151
6151
6152
6152
</dd>
6153
6153
</dl>
@@ -6872,7 +6872,7 @@ client.flows.log()
6872
6872
<dl>
6873
6873
<dd>
6874
6874
6875
-
**batch_id:**`typing.Optional[str]` — Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
6875
+
**batch_id:**`typing.Optional[str]` — Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
Copy file name to clipboardExpand all lines: src/humanloop/evaluators/client.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -964,7 +964,7 @@ def log(
964
964
The ID of the parent Log to nest this Log under in a Trace.
965
965
966
966
batch_id : typing.Optional[str]
967
-
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
967
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
968
968
969
969
user : typing.Optional[str]
970
970
End-user ID related to the Log.
@@ -2077,7 +2077,7 @@ async def log(
2077
2077
The ID of the parent Log to nest this Log under in a Trace.
2078
2078
2079
2079
batch_id : typing.Optional[str]
2080
-
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
2080
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
Copy file name to clipboardExpand all lines: src/humanloop/flows/client.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -517,7 +517,7 @@ def log(
517
517
The ID of the parent Log to nest this Log under in a Trace.
518
518
519
519
batch_id : typing.Optional[str]
520
-
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
520
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
521
521
522
522
user : typing.Optional[str]
523
523
End-user ID related to the Log.
@@ -1648,7 +1648,7 @@ async def log(
1648
1648
The ID of the parent Log to nest this Log under in a Trace.
1649
1649
1650
1650
batch_id : typing.Optional[str]
1651
-
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
1651
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
Copy file name to clipboardExpand all lines: src/humanloop/prompts/client.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ def log(
194
194
The ID of the parent Log to nest this Log under in a Trace.
195
195
196
196
batch_id : typing.Optional[str]
197
-
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
197
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
198
198
199
199
user : typing.Optional[str]
200
200
End-user ID related to the Log.
@@ -595,7 +595,7 @@ def call_stream(
595
595
The ID of the parent Log to nest this Log under in a Trace.
596
596
597
597
batch_id : typing.Optional[str]
598
-
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
598
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
599
599
600
600
user : typing.Optional[str]
601
601
End-user ID related to the Log.
@@ -871,7 +871,7 @@ def call(
871
871
The ID of the parent Log to nest this Log under in a Trace.
872
872
873
873
batch_id : typing.Optional[str]
874
-
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
874
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
875
875
876
876
user : typing.Optional[str]
877
877
End-user ID related to the Log.
@@ -2071,7 +2071,7 @@ async def log(
2071
2071
The ID of the parent Log to nest this Log under in a Trace.
2072
2072
2073
2073
batch_id : typing.Optional[str]
2074
-
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
2074
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
2075
2075
2076
2076
user : typing.Optional[str]
2077
2077
End-user ID related to the Log.
@@ -2489,7 +2489,7 @@ async def call_stream(
2489
2489
The ID of the parent Log to nest this Log under in a Trace.
2490
2490
2491
2491
batch_id : typing.Optional[str]
2492
-
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
2492
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
2493
2493
2494
2494
user : typing.Optional[str]
2495
2495
End-user ID related to the Log.
@@ -2772,7 +2772,7 @@ async def call(
2772
2772
The ID of the parent Log to nest this Log under in a Trace.
2773
2773
2774
2774
batch_id : typing.Optional[str]
2775
-
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
2775
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
Copy file name to clipboardExpand all lines: src/humanloop/requests/prompt_call_response.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ class PromptCallResponseParams(typing_extensions.TypedDict):
72
72
73
73
batch_id: typing_extensions.NotRequired[str]
74
74
"""
75
-
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
75
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
Copy file name to clipboardExpand all lines: src/humanloop/tools/client.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ def log(
137
137
The ID of the parent Log to nest this Log under in a Trace.
138
138
139
139
batch_id : typing.Optional[str]
140
-
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
140
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
141
141
142
142
user : typing.Optional[str]
143
143
End-user ID related to the Log.
@@ -1327,7 +1327,7 @@ async def log(
1327
1327
The ID of the parent Log to nest this Log under in a Trace.
1328
1328
1329
1329
batch_id : typing.Optional[str]
1330
-
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
1330
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
Unique identifier for the Batch to add this Batch to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
76
+
Unique identifier for the Batch to add this Log to. Batches are used to group Logs together for Evaluations. A Batch will be created if one with the given ID does not exist.
0 commit comments