Skip to content

Commit 83e70ab

Browse files
Remove redundant comment from format_tool_response
1 parent ca58a88 commit 83e70ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/goose/src/providers/formats/databricks.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ fn format_text_content(text: &str, image_format: &ImageFormat) -> (Vec<Value>, b
3636
(items, has_image)
3737
}
3838

39-
/// Returns (tool_message, image_messages) separately to allow proper ordering.
40-
/// All tool messages should be grouped together before any image messages.
4139
fn format_tool_response(
4240
response: &crate::conversation::message::ToolResponse,
4341
image_format: &ImageFormat,

0 commit comments

Comments
 (0)