Skip to main content

ToolStream

Type Alias ToolStream 

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

Event stream for Tool::execute. Type-erased so that dyn Tool can be used directly.

Aliased Typeยง

pub struct ToolStream { /* private fields */ }