mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-26 17:26:32 -04:00
DOC: <Issue related to /observability/how_to_guides/trace_with_openai_agents_sdk> #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SuveenE-TF on GitHub (Mar 31, 2025).
Originally assigned to: @angus-langchain on GitHub.
Is there a way to programmatically obtain the langsmith trace url with this implementation?
@langchain-infra @hwchase17
@angus-langchain commented on GitHub (Apr 5, 2025):
Hi @SuveenE-TF, I'm currently working on supporting this. if you upgrade your LangSmith SDK to 0.3.25rc1, you should be able to use the uuid suffix from the OpenAI as the LangSmith trace id. Can view implementation in https://github.com/langchain-ai/langsmith-sdk/pull/1636.
@angus-langchain commented on GitHub (Apr 14, 2025):
closing due to lack of activity