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.
- package/dist/{Client-Dq86Mp0X.d.cts → Client-CeuvADR-.d.cts} +3 -0
- package/dist/{Client-Dq86Mp0X.d.ts → Client-CeuvADR-.d.ts} +3 -0
- package/dist/chunk-FSJWZBUZ.js +9 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/vercel/index.cjs +1 -1
- package/dist/vercel/index.d.cts +1 -1
- package/dist/vercel/index.d.ts +1 -1
- package/dist/vercel/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-TKIQBGYI.js +0 -9
|
@@ -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
|
/**
|