Comparing version 0.33.0 to 0.34.0
@@ -99,4 +99,8 @@ import { D as DefaultService, B as BaseHttpRequest, a as OpenAPIConfig, b as OpenPipeConfig, C as CancelablePromise } from './shared-Cm17h84s.js'; | ||
}>; | ||
getCriterionJudgement(...params: Parameters<OPClient["default"]["getCriterionJudgement"]>): CancelablePromise<{ | ||
score: number; | ||
explanation?: string; | ||
}>; | ||
} | ||
export { OpenPipe as default }; |
@@ -677,2 +677,5 @@ var __typeError = (msg) => { | ||
} | ||
getCriterionJudgement(...params) { | ||
return this.baseClient.default.getCriterionJudgement(...params); | ||
} | ||
}; | ||
@@ -679,0 +682,0 @@ export { |
@@ -759,3 +759,3 @@ var __defProp = Object.defineProperty; | ||
name: "openpipe-dev", | ||
version: "0.33.0", | ||
version: "0.34.0", | ||
type: "module", | ||
@@ -874,2 +874,5 @@ description: "LLM metrics and inference", | ||
} | ||
getCriterionJudgement(...params) { | ||
return this.baseClient.default.getCriterionJudgement(...params); | ||
} | ||
}; | ||
@@ -876,0 +879,0 @@ |
@@ -750,3 +750,3 @@ var __typeError = (msg) => { | ||
name: "openpipe-dev", | ||
version: "0.33.0", | ||
version: "0.34.0", | ||
type: "module", | ||
@@ -865,2 +865,5 @@ description: "LLM metrics and inference", | ||
} | ||
getCriterionJudgement(...params) { | ||
return this.baseClient.default.getCriterionJudgement(...params); | ||
} | ||
}; | ||
@@ -867,0 +870,0 @@ |
{ | ||
"name": "openpipe", | ||
"version": "0.33.0", | ||
"version": "0.34.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "LLM metrics and inference", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
822249
7255