Add a handler to the callback manager.
add_handler(
self,
handler: BaseCallbackHandler,
inherit: bool = True
) -> None| Name | Type | Description |
|---|---|---|
handler* | BaseCallbackHandler | The handler to add. |
inherit | bool | Default: TrueWhether to inherit the handler. |