opik 1.9.32 → 1.9.34

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 CHANGED
@@ -3341,6 +3341,8 @@ interface ValueEntry {
3341
3341
  categoryName?: string;
3342
3342
  source?: ValueEntrySource;
3343
3343
  lastUpdatedAt?: Date;
3344
+ spanType?: string;
3345
+ spanId?: string;
3344
3346
  }
3345
3347
 
3346
3348
  /**
@@ -3575,6 +3577,8 @@ interface ValueEntryCompare {
3575
3577
  categoryName?: string;
3576
3578
  source?: ValueEntryCompareSource;
3577
3579
  lastUpdatedAt?: Date;
3580
+ spanType?: string;
3581
+ spanId?: string;
3578
3582
  }
3579
3583
 
3580
3584
  /**
@@ -4014,6 +4018,8 @@ interface Trace$1 {
4014
4018
  createdBy?: string;
4015
4019
  lastUpdatedBy?: string;
4016
4020
  feedbackScores?: FeedbackScore[];
4021
+ /** Aggregated feedback scores from all spans in this trace, averaged by score name */
4022
+ spanFeedbackScores?: FeedbackScore[];
4017
4023
  comments?: Comment[];
4018
4024
  guardrailsValidations?: GuardrailsValidation[];
4019
4025
  totalEstimatedCost?: number;
@@ -4159,6 +4165,8 @@ interface ValueEntryExperimentItemBulkWriteView {
4159
4165
  categoryName?: string;
4160
4166
  source?: ValueEntryExperimentItemBulkWriteViewSource;
4161
4167
  lastUpdatedAt?: Date;
4168
+ spanType?: string;
4169
+ spanId?: string;
4162
4170
  }
4163
4171
 
4164
4172
  /**
@@ -5230,6 +5238,9 @@ declare const FeedbackScorePublicSource: {
5230
5238
  * This file was auto-generated by Fern from our API Definition.
5231
5239
  */
5232
5240
 
5241
+ /**
5242
+ * Aggregated feedback scores from all spans in this trace, averaged by score name
5243
+ */
5233
5244
  interface FeedbackScorePublic {
5234
5245
  name: string;
5235
5246
  categoryName?: string;
@@ -5309,6 +5320,8 @@ interface ValueEntryPublic {
5309
5320
  categoryName?: string;
5310
5321
  source?: ValueEntryPublicSource;
5311
5322
  lastUpdatedAt?: Date;
5323
+ spanType?: string;
5324
+ spanId?: string;
5312
5325
  }
5313
5326
 
5314
5327
  /**
@@ -5500,6 +5513,8 @@ interface TracePublic {
5500
5513
  createdBy?: string;
5501
5514
  lastUpdatedBy?: string;
5502
5515
  feedbackScores?: FeedbackScorePublic[];
5516
+ /** Aggregated feedback scores from all spans in this trace, averaged by score name */
5517
+ spanFeedbackScores?: FeedbackScorePublic[];
5503
5518
  comments?: CommentPublic[];
5504
5519
  guardrailsValidations?: GuardrailsValidationPublic[];
5505
5520
  totalEstimatedCost?: number;
package/dist/index.d.ts CHANGED
@@ -3341,6 +3341,8 @@ interface ValueEntry {
3341
3341
  categoryName?: string;
3342
3342
  source?: ValueEntrySource;
3343
3343
  lastUpdatedAt?: Date;
3344
+ spanType?: string;
3345
+ spanId?: string;
3344
3346
  }
3345
3347
 
3346
3348
  /**
@@ -3575,6 +3577,8 @@ interface ValueEntryCompare {
3575
3577
  categoryName?: string;
3576
3578
  source?: ValueEntryCompareSource;
3577
3579
  lastUpdatedAt?: Date;
3580
+ spanType?: string;
3581
+ spanId?: string;
3578
3582
  }
3579
3583
 
3580
3584
  /**
@@ -4014,6 +4018,8 @@ interface Trace$1 {
4014
4018
  createdBy?: string;
4015
4019
  lastUpdatedBy?: string;
4016
4020
  feedbackScores?: FeedbackScore[];
4021
+ /** Aggregated feedback scores from all spans in this trace, averaged by score name */
4022
+ spanFeedbackScores?: FeedbackScore[];
4017
4023
  comments?: Comment[];
4018
4024
  guardrailsValidations?: GuardrailsValidation[];
4019
4025
  totalEstimatedCost?: number;
@@ -4159,6 +4165,8 @@ interface ValueEntryExperimentItemBulkWriteView {
4159
4165
  categoryName?: string;
4160
4166
  source?: ValueEntryExperimentItemBulkWriteViewSource;
4161
4167
  lastUpdatedAt?: Date;
4168
+ spanType?: string;
4169
+ spanId?: string;
4162
4170
  }
4163
4171
 
4164
4172
  /**
@@ -5230,6 +5238,9 @@ declare const FeedbackScorePublicSource: {
5230
5238
  * This file was auto-generated by Fern from our API Definition.
5231
5239
  */
5232
5240
 
5241
+ /**
5242
+ * Aggregated feedback scores from all spans in this trace, averaged by score name
5243
+ */
5233
5244
  interface FeedbackScorePublic {
5234
5245
  name: string;
5235
5246
  categoryName?: string;
@@ -5309,6 +5320,8 @@ interface ValueEntryPublic {
5309
5320
  categoryName?: string;
5310
5321
  source?: ValueEntryPublicSource;
5311
5322
  lastUpdatedAt?: Date;
5323
+ spanType?: string;
5324
+ spanId?: string;
5312
5325
  }
5313
5326
 
5314
5327
  /**
@@ -5500,6 +5513,8 @@ interface TracePublic {
5500
5513
  createdBy?: string;
5501
5514
  lastUpdatedBy?: string;
5502
5515
  feedbackScores?: FeedbackScorePublic[];
5516
+ /** Aggregated feedback scores from all spans in this trace, averaged by score name */
5517
+ spanFeedbackScores?: FeedbackScorePublic[];
5503
5518
  comments?: CommentPublic[];
5504
5519
  guardrailsValidations?: GuardrailsValidationPublic[];
5505
5520
  totalEstimatedCost?: number;