langsmith 0.0.51 → 0.0.52

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/schemas.d.ts CHANGED
@@ -2,6 +2,8 @@ export interface TracerSession {
2
2
  tenant_id: string;
3
3
  id: string;
4
4
  start_time: number;
5
+ end_time?: number;
6
+ description?: string;
5
7
  name?: string;
6
8
  }
7
9
  export interface TracerSessionResult extends TracerSession {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langsmith",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
5
5
  "files": [
6
6
  "dist/",