Skip to content

Commit ec8087b

Browse files
committed
Release 0.8.39
1 parent 079fe22 commit ec8087b

32 files changed

+24
-428
lines changed

reference.md

Lines changed: 3 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -282,14 +282,6 @@ A new Prompt version will be created if the provided details do not match any ex
282282
<dl>
283283
<dd>
284284

285-
**log_status:** `typing.Optional[LogStatus]` — Status of a Log. Set to `incomplete` if you intend to update and eventually complete the Log and want the File's monitoring Evaluators to wait until you mark it as `complete`. If log_status is not provided, observability will pick up the Log as soon as possible. Updating this from specified to unspecified is undefined behavior.
286-
287-
</dd>
288-
</dl>
289-
290-
<dl>
291-
<dd>
292-
293285
**source_datapoint_id:** `typing.Optional[str]` — Unique identifier for the Datapoint that this Log is derived from. This can be used by Humanloop to associate Logs to Evaluations. If provided, Humanloop will automatically associate this Log to Evaluations that require a Log for this Datapoint-Version pair.
294286

295287
</dd>
@@ -587,14 +579,6 @@ Controls how the model uses tools. The following options are supported:
587579
<dl>
588580
<dd>
589581

590-
**log_status:** `typing.Optional[LogStatus]` — Status of a Log. Set to `incomplete` if you intend to update and eventually complete the Log and want the File's monitoring Evaluators to wait until you mark it as `complete`. If log_status is not provided, observability will pick up the Log as soon as possible. Updating this from specified to unspecified is undefined behavior.
591-
592-
</dd>
593-
</dl>
594-
595-
<dl>
596-
<dd>
597-
598582
**request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
599583

600584
</dd>
@@ -772,14 +756,6 @@ A new Prompt version will be created if the provided details do not match any ex
772756
<dl>
773757
<dd>
774758

775-
**log_status:** `typing.Optional[LogStatus]` — Status of a Log. Set to `incomplete` if you intend to update and eventually complete the Log and want the File's monitoring Evaluators to wait until you mark it as `complete`. If log_status is not provided, observability will pick up the Log as soon as possible. Updating this from specified to unspecified is undefined behavior.
776-
777-
</dd>
778-
</dl>
779-
780-
<dl>
781-
<dd>
782-
783759
**source_datapoint_id:** `typing.Optional[str]` — Unique identifier for the Datapoint that this Log is derived from. This can be used by Humanloop to associate Logs to Evaluations. If provided, Humanloop will automatically associate this Log to Evaluations that require a Log for this Datapoint-Version pair.
784760

785761
</dd>
@@ -1044,14 +1020,6 @@ A new Prompt version will be created if the provided details do not match any ex
10441020
<dl>
10451021
<dd>
10461022

1047-
**log_status:** `typing.Optional[LogStatus]` — Status of a Log. Set to `incomplete` if you intend to update and eventually complete the Log and want the File's monitoring Evaluators to wait until you mark it as `complete`. If log_status is not provided, observability will pick up the Log as soon as possible. Updating this from specified to unspecified is undefined behavior.
1048-
1049-
</dd>
1050-
</dl>
1051-
1052-
<dl>
1053-
<dd>
1054-
10551023
**source_datapoint_id:** `typing.Optional[str]` — Unique identifier for the Datapoint that this Log is derived from. This can be used by Humanloop to associate Logs to Evaluations. If provided, Humanloop will automatically associate this Log to Evaluations that require a Log for this Datapoint-Version pair.
10561024

10571025
</dd>
@@ -2690,14 +2658,6 @@ client.tools.call()
26902658
<dl>
26912659
<dd>
26922660

2693-
**log_status:** `typing.Optional[LogStatus]` — Status of a Log. Set to `incomplete` if you intend to update and eventually complete the Log and want the File's monitoring Evaluators to wait until you mark it as `complete`. If log_status is not provided, observability will pick up the Log as soon as possible. Updating this from specified to unspecified is undefined behavior.
2694-
2695-
</dd>
2696-
</dl>
2697-
2698-
<dl>
2699-
<dd>
2700-
27012661
**source_datapoint_id:** `typing.Optional[str]` — Unique identifier for the Datapoint that this Log is derived from. This can be used by Humanloop to associate Logs to Evaluations. If provided, Humanloop will automatically associate this Log to Evaluations that require a Log for this Datapoint-Version pair.
27022662

27032663
</dd>
@@ -2952,14 +2912,6 @@ client.tools.log(path='math-tool', tool={'function': {'name': 'multiply', 'descr
29522912
<dl>
29532913
<dd>
29542914

2955-
**log_status:** `typing.Optional[LogStatus]` — Status of a Log. Set to `incomplete` if you intend to update and eventually complete the Log and want the File's monitoring Evaluators to wait until you mark it as `complete`. If log_status is not provided, observability will pick up the Log as soon as possible. Updating this from specified to unspecified is undefined behavior.
2956-
2957-
</dd>
2958-
</dl>
2959-
2960-
<dl>
2961-
<dd>
2962-
29632915
**source_datapoint_id:** `typing.Optional[str]` — Unique identifier for the Datapoint that this Log is derived from. This can be used by Humanloop to associate Logs to Evaluations. If provided, Humanloop will automatically associate this Log to Evaluations that require a Log for this Datapoint-Version pair.
29642916

29652917
</dd>
@@ -3179,14 +3131,6 @@ client.tools.update(id='id', log_id='log_id', )
31793131
<dl>
31803132
<dd>
31813133

3182-
**log_status:** `typing.Optional[LogStatus]` — Status of a Log. Set to `incomplete` if you intend to update and eventually complete the Log and want the File's monitoring Evaluators to wait until you mark it as `complete`. If log_status is not provided, observability will pick up the Log as soon as possible. Updating this from specified to unspecified is undefined behavior.
3183-
3184-
</dd>
3185-
</dl>
3186-
3187-
<dl>
3188-
<dd>
3189-
31903134
**request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
31913135

31923136
</dd>
@@ -5779,14 +5723,6 @@ client.evaluators.log(parent_id='parent_id', )
57795723
<dl>
57805724
<dd>
57815725

5782-
**log_status:** `typing.Optional[LogStatus]` — Status of a Log. Set to `incomplete` if you intend to update and eventually complete the Log and want the File's monitoring Evaluators to wait until you mark it as `complete`. If log_status is not provided, observability will pick up the Log as soon as possible. Updating this from specified to unspecified is undefined behavior.
5783-
5784-
</dd>
5785-
</dl>
5786-
5787-
<dl>
5788-
<dd>
5789-
57905726
**source_datapoint_id:** `typing.Optional[str]` — Unique identifier for the Datapoint that this Log is derived from. This can be used by Humanloop to associate Logs to Evaluations. If provided, Humanloop will automatically associate this Log to Evaluations that require a Log for this Datapoint-Version pair.
57915727

57925728
</dd>
@@ -6883,9 +6819,6 @@ Log to a Flow.
68836819

68846820
You can use query parameters `version_id`, or `environment`, to target
68856821
an existing version of the Flow. Otherwise, the default deployed version will be chosen.
6886-
6887-
If you create the Flow Log with a `log_status` of `incomplete`, you should later update it to `complete`
6888-
in order to trigger Evaluators.
68896822
</dd>
68906823
</dl>
68916824
</dd>
@@ -7074,7 +7007,7 @@ client.flows.log(id='fl_6o701g4jmcanPVHxdqD0O', flow={'attributes': {'prompt': {
70747007
<dl>
70757008
<dd>
70767009

7077-
**log_status:** `typing.Optional[LogStatus]` — Status of the Flow Log. When a Log is updated from `incomplete` to `complete`, it becomes available to Monitoring Evaluators. Flow Logs cannot have an unspecified status: they must start as `incomplete` to allow children to be added. Provide `complete` if you don't intend to add children to the trace.
7010+
**log_status:** `typing.Optional[LogStatus]` — Status of the Flow Log. When a Log is updated from `incomplete` to `complete`, no more Logs can be added to it.
70787011

70797012
</dd>
70807013
</dl>
@@ -7249,7 +7182,7 @@ client.flows.update_log(log_id='medqa_experiment_0001', inputs={'question': 'Pat
72497182
<dl>
72507183
<dd>
72517184

7252-
**log_status:** `typing.Optional[LogStatus]` — Status of the Flow Log. When a Flow Log is updated to `complete`, no more Logs can be added to it. Monitoring Evaluators will only run on `complete` Flow Logs.
7185+
**log_status:** `typing.Optional[LogStatus]` — Status of the Flow Log. When a Flow Log is updated to `complete`, no more Logs can be added to it. You cannot update a Flow Log's status from `complete` to `incomplete`.
72537186

72547187
</dd>
72557188
</dl>
@@ -8551,14 +8484,6 @@ A new Agent version will be created if the provided details do not match any exi
85518484
<dl>
85528485
<dd>
85538486

8554-
**log_status:** `typing.Optional[LogStatus]` — Status of a Log. Set to `incomplete` if you intend to update and eventually complete the Log and want the File's monitoring Evaluators to wait until you mark it as `complete`. If log_status is not provided, observability will pick up the Log as soon as possible. Updating this from specified to unspecified is undefined behavior.
8555-
8556-
</dd>
8557-
</dl>
8558-
8559-
<dl>
8560-
<dd>
8561-
85628487
**source_datapoint_id:** `typing.Optional[str]` — Unique identifier for the Datapoint that this Log is derived from. This can be used by Humanloop to associate Logs to Evaluations. If provided, Humanloop will automatically associate this Log to Evaluations that require a Log for this Datapoint-Version pair.
85638488

85648489
</dd>
@@ -8722,7 +8647,7 @@ client.agents.update_log(id='ag_1234567890', log_id='log_1234567890', messages=[
87228647
<dl>
87238648
<dd>
87248649

8725-
**log_status:** `typing.Optional[LogStatus]` — Status of the Flow Log. When a Flow Log is updated to `complete`, no more Logs can be added to it. Monitoring Evaluators will only run on `complete` Flow Logs.
8650+
**log_status:** `typing.Optional[LogStatus]` — Status of the Flow Log. When a Flow Log is updated to `complete`, no more Logs can be added to it. You cannot update a Flow Log's status from `complete` to `incomplete`.
87268651

87278652
</dd>
87288653
</dl>
@@ -8910,14 +8835,6 @@ A new Agent version will be created if the provided details do not match any exi
89108835
<dl>
89118836
<dd>
89128837

8913-
**log_status:** `typing.Optional[LogStatus]` — Status of a Log. Set to `incomplete` if you intend to update and eventually complete the Log and want the File's monitoring Evaluators to wait until you mark it as `complete`. If log_status is not provided, observability will pick up the Log as soon as possible. Updating this from specified to unspecified is undefined behavior.
8914-
8915-
</dd>
8916-
</dl>
8917-
8918-
<dl>
8919-
<dd>
8920-
89218838
**source_datapoint_id:** `typing.Optional[str]` — Unique identifier for the Datapoint that this Log is derived from. This can be used by Humanloop to associate Logs to Evaluations. If provided, Humanloop will automatically associate this Log to Evaluations that require a Log for this Datapoint-Version pair.
89228839

89238840
</dd>
@@ -9168,14 +9085,6 @@ A new Agent version will be created if the provided details do not match any exi
91689085
<dl>
91699086
<dd>
91709087

9171-
**log_status:** `typing.Optional[LogStatus]` — Status of a Log. Set to `incomplete` if you intend to update and eventually complete the Log and want the File's monitoring Evaluators to wait until you mark it as `complete`. If log_status is not provided, observability will pick up the Log as soon as possible. Updating this from specified to unspecified is undefined behavior.
9172-
9173-
</dd>
9174-
</dl>
9175-
9176-
<dl>
9177-
<dd>
9178-
91799088
**source_datapoint_id:** `typing.Optional[str]` — Unique identifier for the Datapoint that this Log is derived from. This can be used by Humanloop to associate Logs to Evaluations. If provided, Humanloop will automatically associate this Log to Evaluations that require a Log for this Datapoint-Version pair.
91809089

91819090
</dd>

0 commit comments

Comments
 (0)