pub async fn collect_stream(stream: ChatStream) -> Vec<StreamEvent>Expand description
Collect stream events, panicking on any error.
Use collect_stream_results when testing error scenarios.
pub async fn collect_stream(stream: ChatStream) -> Vec<StreamEvent>Collect stream events, panicking on any error.
Use collect_stream_results when testing error scenarios.