braintrust
Advanced tools
Comparing version 0.0.132 to 0.0.133
@@ -74,2 +74,7 @@ import chalk from "chalk"; | ||
update?: boolean; | ||
/** | ||
* The duration, in milliseconds, after which to time out the evaluation. | ||
* Defaults to None, in which case there is no timeout. | ||
*/ | ||
timeout?: number; | ||
} | ||
@@ -76,0 +81,0 @@ export type EvalResultWithSummary<Input, Output, Expected, Metadata extends BaseMetadata = DefaultMetadataType> = { |
/// <reference lib="dom" /> | ||
import { TRANSACTION_ID_FIELD, GitMetadataSettings, RepoInfo, TransactionId, IdField, ExperimentLogPartialArgs, ExperimentLogFullArgs, LogFeedbackFullArgs, ExperimentEvent, BackgroundLogEvent, DEFAULT_IS_LEGACY_DATASET, DatasetRecord, SpanType, SpanObjectType } from "@braintrust/core"; | ||
import { TRANSACTION_ID_FIELD, GitMetadataSettings, RepoInfo, TransactionId, IdField, ExperimentLogPartialArgs, ExperimentLogFullArgs, LogFeedbackFullArgs, ExperimentEvent, BackgroundLogEvent, DEFAULT_IS_LEGACY_DATASET, DatasetRecord, SpanType, SpanObjectTypeV2 } from "@braintrust/core"; | ||
import { AnyModelParam, Message, PromptData, Tools, Prompt as PromptRow } from "@braintrust/core/typespecs"; | ||
@@ -682,3 +682,3 @@ import { IsoAsyncLocalStorage } from "./isomorph"; | ||
constructor(args: { | ||
parentObjectType: SpanObjectType; | ||
parentObjectType: SpanObjectTypeV2; | ||
parentObjectId: LazyValue<string>; | ||
@@ -685,0 +685,0 @@ parentComputeObjectMetadataArgs: Record<string, any> | undefined; |
{ | ||
"name": "braintrust", | ||
"version": "0.0.132", | ||
"version": "0.0.133", | ||
"description": "SDK for integrating Braintrust", | ||
@@ -33,2 +33,3 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@jest/globals": "^29.7.0", | ||
"@nodelib/fs.walk": "^1.2.8", | ||
@@ -42,3 +43,6 @@ "@types/argparse": "^2.0.14", | ||
"@types/uuid": "^9.0.7", | ||
"autoevals": "^0.0.69", | ||
"jest": "^29.7.0", | ||
"npm-run-all": "^4.1.5", | ||
"ts-jest": "^29.1.4", | ||
"typedoc": "^0.25.4", | ||
@@ -50,3 +54,3 @@ "typedoc-plugin-markdown": "^3.17.1", | ||
"@ai-sdk/provider": "^0.0.6", | ||
"@braintrust/core": "0.0.38", | ||
"@braintrust/core": "0.0.39", | ||
"@next/env": "^14.2.3", | ||
@@ -53,0 +57,0 @@ "argparse": "^2.0.1", |
@@ -10,3 +10,3 @@ { | ||
"plugin": ["typedoc-plugin-markdown"], | ||
"out": "../../app/pages/docs/libs/nodejs", | ||
"out": "../../app/content/docs/reference/libs/nodejs", | ||
"publicPath": "/docs/libs/nodejs/", | ||
@@ -13,0 +13,0 @@ "githubPages": false, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2021514
26
55780
16
+ Added@braintrust/core@0.0.39(transitive)
- Removed@braintrust/core@0.0.38(transitive)
Updated@braintrust/core@0.0.39