Langsmith: Need the ability to get thread link from env variables and thread id #24040
the-krushnakant
announced in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
We use env variables for API Key (which is org specific) and Project name, and when logging a trace, we send thread id as metadata.
Based on this info, a thread is unique.
I can see that thread url, currently is only a function of these three things:
It should be possible for me to get the link using some langsmith function/API for this thread if I have all the info.
Motivation
In our org, we log the traces in the backend, but when we try to debug something in the frontend, finding the corresponding langsmith trace for it is a difficult task.
Therefore it should be possible to get the link of the thread.
Proposal (If applicable)
The thread url, currently is:
Beta Was this translation helpful? Give feedback.
All reactions