Skip to content

Commit 84aee58

Browse files
authored
Fix: Add langsmith to import map to resolve Issue #9049 (#9059)
1 parent d6cea4a commit 84aee58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

langchain/langchain.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,11 @@ export const config = {
354354
modules: ["ChatGenerationChunk", "GenerationChunk"],
355355
alias: ["schema", "output"],
356356
path: "@langchain/core/outputs",
357+
},
358+
{
359+
modules: ["Client"],
360+
alias: ["langsmith"],
361+
path: "langsmith",
357362
}
358363
],
359364
shouldTestExports: true,

0 commit comments

Comments
 (0)