Expand description
Internal tracers used for stream_log and astream events implementations.
This module provides the streaming callback handler trait used for
astream_events and astream_log implementations.
Mirrors langchain_core.tracers._streaming.
Structs§
- Passthrough
Streaming Handler - Default implementation that passes through without modification.
Traits§
- Streaming
Callback Handler - A trait for streaming callback handlers.