Type Alias AgentStream

Source
pub type AgentStream = Pin<Box<dyn Stream<Item = Result<StreamChunk>> + Send>>;
Expand description

Type alias for a stream of agent response chunks

Aliased Typeยง

pub struct AgentStream { /* private fields */ }