| Name | Type | Description |
|---|---|---|
inheritable_callbacks | Callbacks | Default: NoneThe inheritable callbacks. |
local_callbacks | Callbacks | Default: NoneThe local callbacks. |
verbose | bool | Default: False |
inheritable_tags | list[str] | None | Default: None |
local_tags | list[str] | None | Default: None |
inheritable_metadata | dict[str, Any] | None | Default: None |
local_metadata | dict[str, Any] | None | Default: None |
langsmith_inheritable_metadata | Mapping[str, Any] | None | Default: None |
langsmith_inheritable_tags | list[str] | None | Default: None |
Configure the async callback manager.
Whether to enable verbose mode.
The inheritable tags.
The local tags.
The inheritable metadata.
The local metadata.
Default inheritable metadata applied
to any LangChainTracer handlers via set_defaults.
Default inheritable tags applied to any
LangChainTracer handlers via set_defaults.