opik 1.7.16 → 1.7.17
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-CiXa7NK8.d.cts → Client-dlprIh2r.d.cts} +2 -1
- package/dist/{Client-CiXa7NK8.d.ts → Client-dlprIh2r.d.ts} +2 -1
- package/dist/chunk-UKM7PHMI.js +4 -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-J6N7IE3K.js +0 -4
|
@@ -3057,6 +3057,7 @@ interface PromptPublic {
|
|
|
3057
3057
|
*/
|
|
3058
3058
|
interface ServiceTogglesConfig {
|
|
3059
3059
|
pythonEvaluatorEnabled: boolean;
|
|
3060
|
+
guardrailsEnabled: boolean;
|
|
3060
3061
|
}
|
|
3061
3062
|
|
|
3062
3063
|
/**
|
|
@@ -6082,4 +6083,4 @@ declare class OpikClient {
|
|
|
6082
6083
|
flush: () => Promise<void>;
|
|
6083
6084
|
}
|
|
6084
6085
|
|
|
6085
|
-
export { OpikClient as O, Span as S, Trace as T, SpanType as a, type OpikConfig as b };
|
|
6086
|
+
export { type DatasetPublic as D, OpikClient as O, Span as S, Trace as T, SpanType as a, type OpikConfig as b };
|
|
@@ -3057,6 +3057,7 @@ interface PromptPublic {
|
|
|
3057
3057
|
*/
|
|
3058
3058
|
interface ServiceTogglesConfig {
|
|
3059
3059
|
pythonEvaluatorEnabled: boolean;
|
|
3060
|
+
guardrailsEnabled: boolean;
|
|
3060
3061
|
}
|
|
3061
3062
|
|
|
3062
3063
|
/**
|
|
@@ -6082,4 +6083,4 @@ declare class OpikClient {
|
|
|
6082
6083
|
flush: () => Promise<void>;
|
|
6083
6084
|
}
|
|
6084
6085
|
|
|
6085
|
-
export { OpikClient as O, Span as S, Trace as T, SpanType as a, type OpikConfig as b };
|
|
6086
|
+
export { type DatasetPublic as D, OpikClient as O, Span as S, Trace as T, SpanType as a, type OpikConfig as b };
|