# Structs
CombiningHandler is a callback handler that combine multi callbacks.
LogHandler is a callback handler that prints to the standard output.
No description provided by the author
StreamLogHandler is a callback handler that prints to the standard output streaming.
# Interfaces
Handler is the interface that allows for hooking into specific parts of an LLM application.
HandlerHaver is an interface used to get callbacks handler.