Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze committed Nov 21, 2024
1 parent 996f923 commit 40a8cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/contrib/swarm_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def initiate_swarm_chat(
init_agent: "SwarmAgent",
messages: Union[List[Dict[str, Any]], str],
agents: List["SwarmAgent"],
user_agent: Optional[UserProxyAgent] = None,
user_agent: Optional[Union[UserProxyAgent, str]] = None,
max_rounds: int = 20,
context_variables: Optional[Dict[str, Any]] = None,
after_work: Optional[Union[AFTER_WORK, Callable]] = AFTER_WORK(AfterWorkOption.TERMINATE),
Expand Down

0 comments on commit 40a8cef

Please sign in to comment.