Tracer that collects all nested runs in a list.
This tracer is useful for inspection and evaluation purposes.
Start a trace for a chat model run.
Start a trace for an LLM run.
Run on new LLM token.
Run on retry.
End a trace for an LLM or chat model run.
Handle an error for an LLM run.
Start a trace for a chain run.
End a trace for a chain run.
Handle an error for a chain run.
Start a trace for a tool run.
End a trace for a tool run.
Handle an error for a tool run.
Run when the Retriever starts running.
Run when Retriever errors.
Run when the Retriever ends running.
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.