pub async fn print_stream_with_options(
stream: &mut (impl StreamExt<Item = StreamPart> + Unpin),
print_updates: bool,
show_thinking: bool,
) -> StringExpand description
Like print_stream but with explicit control over thinking display.
When show_thinking is false, thinking/reasoning content is suppressed.