Comparing version 0.24.0 to 0.25.0
@@ -1,3 +0,3 @@ | ||
export { O as default } from './client-d471aba1.js'; | ||
export { O as default } from './client-9db01804.js'; | ||
import './shared-e8f532eb.js'; | ||
import 'openai'; |
@@ -530,2 +530,13 @@ var __accessCheck = (obj, member, msg) => { | ||
/** | ||
* List datasets for a project. Note, this endpoint is unstable and may change without notice. Do not use without consulting the OpenPipe team. | ||
* @returns any Successful response | ||
* @throws ApiError | ||
*/ | ||
unstableDatasetList() { | ||
return this.httpRequest.request({ | ||
method: "GET", | ||
url: "/unstable/dataset/list" | ||
}); | ||
} | ||
/** | ||
* Add new dataset entries. Note, this endpoint is unstable and may change without notice. Do not use without consulting the OpenPipe team. | ||
@@ -532,0 +543,0 @@ * @param requestBody |
@@ -10,2 +10,2 @@ export { o as openai } from './openai.js'; | ||
import 'openai/streaming'; | ||
import './client-d471aba1.js'; | ||
import './client-9db01804.js'; |
17
index.js
@@ -650,2 +650,13 @@ var __defProp = Object.defineProperty; | ||
/** | ||
* List datasets for a project. Note, this endpoint is unstable and may change without notice. Do not use without consulting the OpenPipe team. | ||
* @returns any Successful response | ||
* @throws ApiError | ||
*/ | ||
unstableDatasetList() { | ||
return this.httpRequest.request({ | ||
method: "GET", | ||
url: "/unstable/dataset/list" | ||
}); | ||
} | ||
/** | ||
* Add new dataset entries. Note, this endpoint is unstable and may change without notice. Do not use without consulting the OpenPipe team. | ||
@@ -735,3 +746,3 @@ * @param requestBody | ||
name: "openpipe-dev", | ||
version: "0.24.0", | ||
version: "0.25.0", | ||
type: "module", | ||
@@ -774,7 +785,7 @@ description: "LLM metrics and inference", | ||
dependencies: { | ||
"@anthropic-ai/sdk": "^0.24.3", | ||
"@anthropic-ai/sdk": "^0.27.0", | ||
encoding: "0.1.13", | ||
"form-data": "4.0.0", | ||
"node-fetch": "2.7.0", | ||
openai: "^4.56.0" | ||
openai: "^4.57.3" | ||
}, | ||
@@ -781,0 +792,0 @@ devDependencies: { |
@@ -6,3 +6,3 @@ import * as openai_resources from 'openai/resources'; | ||
import { WrappedStream } from './openai/streaming.js'; | ||
import { O as OpenPipe, D as DefaultService } from './client-d471aba1.js'; | ||
import { O as OpenPipe, D as DefaultService } from './client-9db01804.js'; | ||
import { Stream } from 'openai/streaming'; | ||
@@ -39,3 +39,3 @@ import { a as OpenPipeConfig, b as OpenPipeArgs, O as OpenPipeMeta } from './shared-e8f532eb.js'; | ||
object: "chat.completion"; | ||
service_tier?: "scale" | "default" | null | undefined; | ||
service_tier?: "default" | "scale" | null | undefined; | ||
system_fingerprint?: string | undefined; | ||
@@ -42,0 +42,0 @@ usage?: openai_resources.CompletionUsage | undefined; |
@@ -641,2 +641,13 @@ var __accessCheck = (obj, member, msg) => { | ||
/** | ||
* List datasets for a project. Note, this endpoint is unstable and may change without notice. Do not use without consulting the OpenPipe team. | ||
* @returns any Successful response | ||
* @throws ApiError | ||
*/ | ||
unstableDatasetList() { | ||
return this.httpRequest.request({ | ||
method: "GET", | ||
url: "/unstable/dataset/list" | ||
}); | ||
} | ||
/** | ||
* Add new dataset entries. Note, this endpoint is unstable and may change without notice. Do not use without consulting the OpenPipe team. | ||
@@ -726,3 +737,3 @@ * @param requestBody | ||
name: "openpipe-dev", | ||
version: "0.24.0", | ||
version: "0.25.0", | ||
type: "module", | ||
@@ -765,7 +776,7 @@ description: "LLM metrics and inference", | ||
dependencies: { | ||
"@anthropic-ai/sdk": "^0.24.3", | ||
"@anthropic-ai/sdk": "^0.27.0", | ||
encoding: "0.1.13", | ||
"form-data": "4.0.0", | ||
"node-fetch": "2.7.0", | ||
openai: "^4.56.0" | ||
openai: "^4.57.3" | ||
}, | ||
@@ -772,0 +783,0 @@ devDependencies: { |
{ | ||
"name": "openpipe", | ||
"version": "0.24.0", | ||
"version": "0.25.0", | ||
"type": "module", | ||
@@ -15,7 +15,7 @@ "description": "LLM metrics and inference", | ||
"dependencies": { | ||
"@anthropic-ai/sdk": "^0.24.3", | ||
"@anthropic-ai/sdk": "^0.27.0", | ||
"encoding": "0.1.13", | ||
"form-data": "4.0.0", | ||
"node-fetch": "2.7.0", | ||
"openai": "^4.56.0" | ||
"openai": "^4.57.3" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
688356
6671
+ Added@anthropic-ai/sdk@0.27.3(transitive)
- Removed@anthropic-ai/sdk@0.24.3(transitive)
- Removedweb-streams-polyfill@3.3.3(transitive)
Updated@anthropic-ai/sdk@^0.27.0
Updatedopenai@^4.57.3