Module streaming

Module streaming 

Source
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§

PassthroughStreamingHandler
Default implementation that passes through without modification.

Traits§

StreamingCallbackHandler
A trait for streaming callback handlers.