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]'." )