mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
57609845df
* add implementations of `BaseCallbackHandler` to support tracing: `SharedTracer` which is thread-safe and `Tracer` which is not and is meant to be used locally. * Tracers persist runs to locally running `langchain-server` Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2 lines
48 B
Python
2 lines
48 B
Python
"""Tests for correct functioning of tracers."""
|