mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
spelling error (#84)
This commit is contained in:
@@ -25,7 +25,7 @@ class Agent:
|
||||
return self._name
|
||||
|
||||
def send(self, message: Union[Dict, str], recipient: "Agent", request_reply: Optional[bool] = None):
|
||||
"""(Aabstract method) Send a message to another agent."""
|
||||
"""(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."""
|
||||
|
||||
Reference in New Issue
Block a user