From 67020baf4c9675eb1348e77b8a5865a8e8f221bb Mon Sep 17 00:00:00 2001 From: "panxuchen.pxc" Date: Fri, 26 Apr 2024 10:28:11 +0800 Subject: [PATCH] update docstring --- src/agentscope/agents/rpc_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agentscope/agents/rpc_agent.py b/src/agentscope/agents/rpc_agent.py index dce77778e..b7c3441bc 100644 --- a/src/agentscope/agents/rpc_agent.py +++ b/src/agentscope/agents/rpc_agent.py @@ -430,7 +430,7 @@ def __init__( local_mode (`bool`, defaults to `False`): Whether the started rpc server only listens to local requests. - custom_agents: (`list`, defaults to `None`): + custom_agents (`list`, defaults to `None`): A list of custom agent classes that are not in `agentscope.agents`. agent_class (`Type[AgentBase]`, deprecated):