更新 __init__.py

This commit is contained in:
jxxghp
2026-04-29 07:31:52 +08:00
committed by GitHub
parent 8789f35228
commit 7fc496cf5b

View File

@@ -355,7 +355,7 @@ class StreamingHandler:
prefix = ""
if self._buffer and last_char != "\n":
prefix = "\n"
return f"{prefix}{summary}\n"
return f"{prefix}{summary}\n\n"
@staticmethod
def _format_tool_stat(category: str, count: int) -> str: