ToolStream

Type Alias ToolStream 

Source
pub type ToolStream = Pin<Box<dyn Stream<Item = ToolChunk> + Send>>;
Expand description

Type alias for a boxed async stream of tool chunks

Aliased Type§

pub struct ToolStream { /* private fields */ }