Spaces:
Runtime error
Runtime error
"""Base interfaces for tracing runs.""" | |
from langchain_core.tracers.base import BaseTracer, TracerException | |
__all__ = ["BaseTracer", "TracerException"] | |