pub type AgentEventStream = Pin<Box<dyn Stream<Item = AgentStreamEvent> + Send>>;Expand description
Agent event stream with a concrete item type, as produced by
StreamingFunctionCallingAgent::invoke_stream.
Aliased Type§
#[repr(transparent)]pub struct AgentEventStream { /* private fields */ }