From 32f45f82700fda9c738ca426c01efee1a71c6ce2 Mon Sep 17 00:00:00 2001 From: Ricardo-M-L Date: Fri, 3 Apr 2026 13:08:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20typo=20"infomation"=20?= =?UTF-8?q?=E2=86=92=20"information"=20in=20planning.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/flow/planning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/flow/planning.py b/app/flow/planning.py index b60596a88..00d7ba438 100644 --- a/app/flow/planning.py +++ b/app/flow/planning.py @@ -155,7 +155,7 @@ async def _create_initial_plan(self, request: str) -> None: # Add description of agents to select system_message_content += ( f"\nNow we have {agents_description} agents. " - f"The infomation of them are below: {json.dumps(agents_description)}\n" + f"The information of them are below: {json.dumps(agents_description)}\n" "When creating steps in the planning tool, please specify the agent names using the format '[agent_name]'." )