mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-27 01:41:19 -04:00
Mistake in example code for [Tracing FAQ]: run_id = id.traced_runs[0].id #2
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 @linusschoch on GitHub (Sep 12, 2023).
In the documentation:
Tracing FAQ/How do I get the run id from a call, there is a mistake in the code (should be
cbinstead ofid:should be corrected to
@hinthornw commented on GitHub (Sep 12, 2023):
Great catch! Silly me