mirror of https://github.com/microsoft/autogen.git
spelling error (#84)
This commit is contained in:
parent
50cb53cfe6
commit
1131943a5d
|
@ -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."""
|
||||
|
|
Loading…
Reference in New Issue