pub async fn collect_stream_results(
stream: ChatStream,
) -> Vec<Result<StreamEvent, LlmError>>Expand description
Collect stream events, returning results including errors.
pub async fn collect_stream_results(
stream: ChatStream,
) -> Vec<Result<StreamEvent, LlmError>>Collect stream events, returning results including errors.