Skip to content

Commit bfbfaf3

Browse files
authored
Fix: custom tool description not printing the last line (#380)
1 parent 65da39d commit bfbfaf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/chat-cli/src/cli/chat/tools/custom_tool.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ impl CustomTool {
226226
output,
227227
style::Print(" with the param:\n"),
228228
style::Print(params),
229+
style::Print("\n"),
229230
style::ResetColor,
230231
)?;
231232
} else {

0 commit comments

Comments
 (0)