RootListenersTracer(
self,
*,
config: RunnableConfig,
on_start: Listener | None,
on_end: ListenerRun on retry.
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.
| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | The runnable config. |
on_start* | Listener | None | The listener to call on run start. |
on_end* | Listener | None | The listener to call on run end. |
on_error* | Listener | None |
| Name | Type |
|---|---|
| config | RunnableConfig |
| on_start | Listener | None |
| on_end | Listener | None |
| on_error | Listener | None |
Tracer that calls listeners on run start, end, and error.
The listener to call on run error