clippppppppppppppppppppppppppppppppppppppy

This commit is contained in:
Cole Miller 2025-08-25 15:28:56 -04:00
parent 37bc0054db
commit 74078019e8

View file

@ -247,7 +247,7 @@ impl AgentTool for ReadFileTool {
if let Ok(LanguageModelToolResultContent::Text(text)) = &result { if let Ok(LanguageModelToolResultContent::Text(text)) = &result {
let markdown = MarkdownCodeBlock { let markdown = MarkdownCodeBlock {
tag: &input.path, tag: &input.path,
text: &*text, text,
} }
.to_string(); .to_string();
event_stream.update_fields(ToolCallUpdateFields { event_stream.update_fields(ToolCallUpdateFields {