Skip to content

Commit

Permalink
fix(TS LangSmith without LangChain): import fails (#272)
Browse files Browse the repository at this point in the history
Fix imports for TS RunTree, outlined in:
- #273
  • Loading branch information
chasemcdo authored Oct 26, 2023
1 parent 464debe commit 07b4ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export { Client } from "./client.js";

export { Dataset, Example, TracerSession, Run, Feedback } from "./schemas.js";

export { RunTree } from "./run_trees.js";
export { RunTree, RunTreeConfig } from "./run_trees.js";

0 comments on commit 07b4ceb

Please sign in to comment.