Skip to content

Commit

Permalink
fix doc typo (microsoft#123)
Browse files Browse the repository at this point in the history
Co-authored-by: Qingyun Wu <[email protected]>
  • Loading branch information
HyperCodec and qingyun-wu authored Oct 7, 2023
1 parent a087347 commit f863e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def send(self, message: Union[Dict, str], recipient: "Agent", request_reply: Opt
"""(Abstract method) Send a message to another agent."""

async def a_send(self, message: Union[Dict, str], recipient: "Agent", request_reply: Optional[bool] = None):
"""(Aabstract async method) Send a message to another agent."""
"""(Abstract async method) Send a message to another agent."""

def receive(self, message: Union[Dict, str], sender: "Agent", request_reply: Optional[bool] = None):
"""(Abstract method) Receive a message from another agent."""
Expand Down

0 comments on commit f863e97

Please sign in to comment.