opik 1.9.14 → 1.9.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1178,9 +1178,9 @@ interface SpanSearchStreamRequestPublic {
|
|
|
1178
1178
|
lastRetrievedId?: string;
|
|
1179
1179
|
/** Truncate image included in either input, output or metadata */
|
|
1180
1180
|
truncate?: boolean;
|
|
1181
|
-
/** Filter spans created from this time (ISO-8601 format).
|
|
1181
|
+
/** Filter spans created from this time (ISO-8601 format). */
|
|
1182
1182
|
fromTime?: Date;
|
|
1183
|
-
/** Filter spans created up to this time (ISO-8601 format).
|
|
1183
|
+
/** Filter spans created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after 'from_time'. */
|
|
1184
1184
|
toTime?: Date;
|
|
1185
1185
|
}
|
|
1186
1186
|
|
|
@@ -1563,9 +1563,9 @@ interface TraceThreadSearchStreamRequest {
|
|
|
1563
1563
|
truncate?: boolean;
|
|
1564
1564
|
/** If true, returns attachment references like [file.png]; if false, downloads and reinjects stripped attachments */
|
|
1565
1565
|
stripAttachments?: boolean;
|
|
1566
|
-
/** Filter trace threads created from this time (ISO-8601 format).
|
|
1566
|
+
/** Filter trace threads created from this time (ISO-8601 format). */
|
|
1567
1567
|
fromTime?: Date;
|
|
1568
|
-
/** Filter trace threads created up to this time (ISO-8601 format).
|
|
1568
|
+
/** Filter trace threads created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after 'from_time'. */
|
|
1569
1569
|
toTime?: Date;
|
|
1570
1570
|
}
|
|
1571
1571
|
|
|
@@ -1584,9 +1584,9 @@ interface TraceSearchStreamRequestPublic {
|
|
|
1584
1584
|
truncate?: boolean;
|
|
1585
1585
|
/** If true, returns attachment references like [file.png]; if false, downloads and reinjects stripped attachments */
|
|
1586
1586
|
stripAttachments?: boolean;
|
|
1587
|
-
/** Filter traces created from this time (ISO-8601 format).
|
|
1587
|
+
/** Filter traces created from this time (ISO-8601 format). */
|
|
1588
1588
|
fromTime?: Date;
|
|
1589
|
-
/** Filter traces created up to this time (ISO-8601 format).
|
|
1589
|
+
/** Filter traces created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after 'from_time'. */
|
|
1590
1590
|
toTime?: Date;
|
|
1591
1591
|
}
|
|
1592
1592
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1178,9 +1178,9 @@ interface SpanSearchStreamRequestPublic {
|
|
|
1178
1178
|
lastRetrievedId?: string;
|
|
1179
1179
|
/** Truncate image included in either input, output or metadata */
|
|
1180
1180
|
truncate?: boolean;
|
|
1181
|
-
/** Filter spans created from this time (ISO-8601 format).
|
|
1181
|
+
/** Filter spans created from this time (ISO-8601 format). */
|
|
1182
1182
|
fromTime?: Date;
|
|
1183
|
-
/** Filter spans created up to this time (ISO-8601 format).
|
|
1183
|
+
/** Filter spans created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after 'from_time'. */
|
|
1184
1184
|
toTime?: Date;
|
|
1185
1185
|
}
|
|
1186
1186
|
|
|
@@ -1563,9 +1563,9 @@ interface TraceThreadSearchStreamRequest {
|
|
|
1563
1563
|
truncate?: boolean;
|
|
1564
1564
|
/** If true, returns attachment references like [file.png]; if false, downloads and reinjects stripped attachments */
|
|
1565
1565
|
stripAttachments?: boolean;
|
|
1566
|
-
/** Filter trace threads created from this time (ISO-8601 format).
|
|
1566
|
+
/** Filter trace threads created from this time (ISO-8601 format). */
|
|
1567
1567
|
fromTime?: Date;
|
|
1568
|
-
/** Filter trace threads created up to this time (ISO-8601 format).
|
|
1568
|
+
/** Filter trace threads created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after 'from_time'. */
|
|
1569
1569
|
toTime?: Date;
|
|
1570
1570
|
}
|
|
1571
1571
|
|
|
@@ -1584,9 +1584,9 @@ interface TraceSearchStreamRequestPublic {
|
|
|
1584
1584
|
truncate?: boolean;
|
|
1585
1585
|
/** If true, returns attachment references like [file.png]; if false, downloads and reinjects stripped attachments */
|
|
1586
1586
|
stripAttachments?: boolean;
|
|
1587
|
-
/** Filter traces created from this time (ISO-8601 format).
|
|
1587
|
+
/** Filter traces created from this time (ISO-8601 format). */
|
|
1588
1588
|
fromTime?: Date;
|
|
1589
|
-
/** Filter traces created up to this time (ISO-8601 format).
|
|
1589
|
+
/** Filter traces created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after 'from_time'. */
|
|
1590
1590
|
toTime?: Date;
|
|
1591
1591
|
}
|
|
1592
1592
|
|