How to add send metadata to the Langsmith threads tracing table after a completed run #29828
Replies: 1 comment 4 replies
-
To add custom metadata, such as a confidence score, to the Langsmith threads tracing table after a completed run, you can modify the
For updating the tag column or creating a custom column, you can use the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to display a dictionary that contains the confidence score of my generation after the end of each LangGraph thread run. How can I send a value to the tag column or create a custom column to store my value in and display on LangSmith? I use:
To trace my AzureChatOpenAI calls.
Beta Was this translation helpful? Give feedback.
All reactions