pub fn process_response_stream<T>(
stream: T,
) -> impl Stream<Item = Result<LlmResponse>> + SendExpand description
Process a typed ResponseStreamEvent stream into LlmResponse items.
pub fn process_response_stream<T>(
stream: T,
) -> impl Stream<Item = Result<LlmResponse>> + SendProcess a typed ResponseStreamEvent stream into LlmResponse items.