mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-27 01:41:19 -04:00
DOC: <Issue related to /observability/how_to_guides/trace_generator_functions> #64
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 @Ruyi-Chiang on GitHub (Apr 16, 2025).
A bug in the example code under Trace generator functions.
This is supposed to be
for chunk in ["Hello", "World", "!"]:
yield chunk