Skip to content

Commit 58c6749

Browse files
author
Douwe Osinga
committed
Merge branch 'streaming-markdown' of https://github.com/block/goose into streaming-markdown
2 parents 355f096 + 7c085aa commit 58c6749

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/goose-cli/src/session/output.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ pub fn render_message(message: &Message, debug: bool) {
276276

277277
/// Render a streaming message, using a buffer to accumulate text content
278278
/// and only render when markdown constructs are complete.
279-
/// Returns true if the message contained text content (for tracking purposes).
280279
pub fn render_message_streaming(message: &Message, buffer: &mut MarkdownBuffer, debug: bool) {
281280
let theme = get_theme();
282281

0 commit comments

Comments
 (0)