Skip to main content

OpenRouterChatStream

Type Alias OpenRouterChatStream 

Source
pub type OpenRouterChatStream = Pin<Box<dyn Stream<Item = Result<OpenRouterChatStreamItem, AdkError>> + Send>>;
Available on crate features models and openrouter only.
Expand description

Stream type returned by send_chat_stream.

Aliased Typeยง

pub struct OpenRouterChatStream { /* private fields */ }