langchain-ai / langsmith-sdk

LangSmith Client SDK Implementations
https://smith.langchain.com/
MIT License
371 stars 67 forks source link

LangSmith without LangChain imports Fail #273

Closed chasemcdo closed 10 months ago

chasemcdo commented 10 months ago

Issue you'd like to raise.

When running the LangSmith without LangChain Hello World example for TypeScript I get to following error when trying to import the required components.

Module '"langsmith"' has no exported member 'RunTreeConfig'.

Suggestion:

Fix imports as seen in:

hinthornw commented 10 months ago

Thank you for the fix :)