Skip to content

Commit

Permalink
Add None back to remove_termination_string (#3410)
Browse files Browse the repository at this point in the history
Co-authored-by: Li Jiang <[email protected]>
  • Loading branch information
heyitsaamir and thinkall authored Aug 26, 2024
1 parent 0b361dc commit 30b79ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/groupchat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ def resume(
async def a_resume(
self,
messages: Union[List[Dict], str],
remove_termination_string: Union[str, Callable[[str], str]],
remove_termination_string: Union[str, Callable[[str], str]] = None,
silent: Optional[bool] = False,
) -> Tuple[ConversableAgent, Dict]:
"""Resumes a group chat using the previous messages as a starting point, asynchronously. Requires the agents, group chat, and group chat manager to be established
Expand Down

0 comments on commit 30b79ae

Please sign in to comment.