From 4166f25ebca2ea0e08bd81a2c22c5aba59305268 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 3 Sep 2024 20:42:22 +0200 Subject: [PATCH] Update agent_builder.py no more then -> no more than #typo --- autogen/agentchat/contrib/agent_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen/agentchat/contrib/agent_builder.py b/autogen/agentchat/contrib/agent_builder.py index c9a2d79607d..430017d13fc 100644 --- a/autogen/agentchat/contrib/agent_builder.py +++ b/autogen/agentchat/contrib/agent_builder.py @@ -103,7 +103,7 @@ class AgentBuilder: """ AGENT_NAME_PROMPT = """# Your task -Suggest no more then {max_agents} experts with their name according to the following user requirement. +Suggest no more than {max_agents} experts with their name according to the following user requirement. ## User requirement {task}