Async base interface for tracers.
AsyncBaseTracer(
self,
*,
_schema_format: Literal['original', 'streaming_events', 'original+chat'] = 'original',
**kwargs: Any = {}
)End a trace for an LLM or chat model run.
Whether to raise an error if an exception occurs.
Whether to run the callback inline.
Whether to ignore LLM callbacks.
Whether to ignore retry callbacks.
Whether to ignore chain callbacks.
Whether to ignore agent callbacks.
Whether to ignore retriever callbacks.
Whether to ignore chat model callbacks.
Ignore custom event.