Skip to main content

AgentRunStream

Type Alias AgentRunStream 

Source
pub type AgentRunStream = Pin<Box<dyn Stream<Item = Result<AgentResponseUpdate, Error>> + Send>>;
Expand description

A boxed stream of agent run updates.

Aliased Typeยง

pub struct AgentRunStream { /* private fields */ }