Skip to main content

DurableConversationEventStream

Type Alias DurableConversationEventStream 

Source
pub type DurableConversationEventStream<'a> = AgentEventStream<'a, AgentConversationError>;
Expand description

A poll-driven durable conversation stream. Dropping it stops local execution; remote work already dispatched may remain ambiguous and requires recovery. Success is reported only by AgentStreamEvent::ConversationCommitted.

Aliased Typeยง

pub struct DurableConversationEventStream<'a> { /* private fields */ }