From e5179aa7db034c02c87be5b86f194df4e6c9bbc5 Mon Sep 17 00:00:00 2001 From: JilunSun7274 Date: Thu, 19 Mar 2026 14:29:42 +0800 Subject: [PATCH] delete redundant whitespaces in subagent prompts --- nanobot/agent/tools/spawn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanobot/agent/tools/spawn.py b/nanobot/agent/tools/spawn.py index 30dfab7..0685712 100644 --- a/nanobot/agent/tools/spawn.py +++ b/nanobot/agent/tools/spawn.py @@ -32,7 +32,7 @@ class SpawnTool(Tool): return ( "Spawn a subagent to handle a task in the background. " "Use this for complex or time-consuming tasks that can run independently. " - "The subagent will complete the task and report back when done.\n " + "The subagent will complete the task and report back when done. " "For deliverables or existing projects, inspect the workspace and assign/create a dedicated working directory for the subagent." )