opik 1.8.30 → 1.8.32

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.
@@ -3746,6 +3746,7 @@ interface ServiceTogglesConfig {
3746
3746
  pythonEvaluatorEnabled: boolean;
3747
3747
  traceThreadPythonEvaluatorEnabled: boolean;
3748
3748
  guardrailsEnabled: boolean;
3749
+ opikAiEnabled: boolean;
3749
3750
  }
3750
3751
 
3751
3752
  /**
@@ -4009,6 +4010,7 @@ interface FeedbackScoreBatchItem {
4009
4010
  value: number;
4010
4011
  reason?: string;
4011
4012
  source: FeedbackScoreBatchItemSource;
4013
+ author?: string;
4012
4014
  }
4013
4015
 
4014
4016
  /**
@@ -4229,6 +4231,7 @@ interface FeedbackScoreBatchItemThread {
4229
4231
  value: number;
4230
4232
  reason?: string;
4231
4233
  source: FeedbackScoreBatchItemThreadSource;
4234
+ author?: string;
4232
4235
  }
4233
4236
 
4234
4237
  /**
@@ -3746,6 +3746,7 @@ interface ServiceTogglesConfig {
3746
3746
  pythonEvaluatorEnabled: boolean;
3747
3747
  traceThreadPythonEvaluatorEnabled: boolean;
3748
3748
  guardrailsEnabled: boolean;
3749
+ opikAiEnabled: boolean;
3749
3750
  }
3750
3751
 
3751
3752
  /**
@@ -4009,6 +4010,7 @@ interface FeedbackScoreBatchItem {
4009
4010
  value: number;
4010
4011
  reason?: string;
4011
4012
  source: FeedbackScoreBatchItemSource;
4013
+ author?: string;
4012
4014
  }
4013
4015
 
4014
4016
  /**
@@ -4229,6 +4231,7 @@ interface FeedbackScoreBatchItemThread {
4229
4231
  value: number;
4230
4232
  reason?: string;
4231
4233
  source: FeedbackScoreBatchItemThreadSource;
4234
+ author?: string;
4232
4235
  }
4233
4236
 
4234
4237
  /**