Skip to content

Commit

Permalink
fix docstr
Browse files Browse the repository at this point in the history
  • Loading branch information
WaelKarkoub committed Apr 18, 2024
1 parent 549b5ac commit 8970a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/conversable_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __init__(
When set to None, will use self.DEFAULT_CONFIG, which defaults to False.
default_auto_reply (str or dict): default auto reply when no code execution or llm-based reply is generated.
description (str): a short description of the agent. This description is used by other agents
(e.g. the GroupChatManager) to decide when to call upon this agent. (Default: system_mess
(e.g. the GroupChatManager) to decide when to call upon this agent. (Default: system_message)
messages (dict): the previous chat messages that this agent had in the past with other agens. Can be used to
give the agent a memory by providing the chat history. This will allow the agent to resume previous had
conversations. Defaults to an empty chat history.
Expand Down

0 comments on commit 8970a54

Please sign in to comment.