style: remove trailing space

This commit is contained in:
Re-bin
2026-02-20 11:18:57 +00:00
parent b73e847e89
commit 8db91f59e2
2 changed files with 2 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ class AgentLoop:
if response.has_tool_calls:
if on_progress:
clean = self._strip_think(response.content)
if clean:
if clean:
await on_progress(clean)
await on_progress(self._tool_hint(response.tool_calls))