langsmith
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -5,2 +5,2 @@ export { Client, type ClientConfig } from "./client.js"; | ||
export { overrideFetchImplementation } from "./singletons/fetch.js"; | ||
export declare const __version__ = "0.2.2"; | ||
export declare const __version__ = "0.2.3"; |
@@ -5,2 +5,2 @@ export { Client } from "./client.js"; | ||
// Update using yarn bump-version | ||
export const __version__ = "0.2.2"; | ||
export const __version__ = "0.2.3"; |
@@ -290,3 +290,3 @@ import { Client, RunTree } from "./index.js"; | ||
// if user provided a custom name, only use it if it's the root | ||
if (span.parentSpanId == null) { | ||
if (this.isRootRun(span)) { | ||
name = | ||
@@ -293,0 +293,0 @@ this.getSpanAttributeKey(span, RUN_NAME_METADATA_KEY.output) || name; |
{ | ||
"name": "langsmith", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.", | ||
@@ -5,0 +5,0 @@ "packageManager": "yarn@1.22.19", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
759441