langchain-ai / langsmith-sdk

LangSmith Client SDK Implementations
https://docs.smith.langchain.com/
MIT License
421 stars 80 forks source link

fix: better UUID resolution for datasets #1246

Closed jakerachleff closed 21 hours ago

jakerachleff commented 22 hours ago

if you pass in a string version of a UUID, it currently assumes it's a dataset name. We should also interpret that as a UUID

jakerachleff commented 21 hours ago

closing in favor of https://github.com/langchain-ai/langsmith-sdk/pull/1247