mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
Update Name (#6136)
This commit is contained in:
parent
4555ad5d1f
commit
e0e3ef1c57
@ -5,7 +5,7 @@ from langchain.callbacks.tracers.base import BaseTracer
|
|||||||
from langchain.callbacks.tracers.schemas import Run
|
from langchain.callbacks.tracers.schemas import Run
|
||||||
|
|
||||||
|
|
||||||
class RunStackCallbackHandler(BaseTracer):
|
class RunCollectorCallbackHandler(BaseTracer):
|
||||||
"""A tracer that collects all nested runs in a list.
|
"""A tracer that collects all nested runs in a list.
|
||||||
|
|
||||||
Useful for inspection and for evaluation."""
|
Useful for inspection and for evaluation."""
|
||||||
|
Loading…
Reference in New Issue
Block a user