Skip to content

Commit

Permalink
Update Name (langchain-ai#6136)
Browse files Browse the repository at this point in the history
  • Loading branch information
vowelparrot authored and Undertone0809 committed Jun 19, 2023
1 parent d36d478 commit 9946f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/callbacks/tracers/run_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from langchain.callbacks.tracers.schemas import Run


class RunStackCallbackHandler(BaseTracer):
class RunCollectorCallbackHandler(BaseTracer):
"""A tracer that collects all nested runs in a list.
Useful for inspection and for evaluation."""
Expand Down

0 comments on commit 9946f75

Please sign in to comment.