1
This commit is contained in:
3
_backend/custom.py
Normal file → Executable file
3
_backend/custom.py
Normal file → Executable file
@@ -158,6 +158,9 @@ class SocietyOfMindAgent(BaseChatAgent):
|
||||
chat_message=TextMessage(source=self.name, content=completion.content, models_usage=completion.usage),
|
||||
inner_messages=inner_messages,
|
||||
)
|
||||
# yield Response(
|
||||
# chat_message=TextMessage(source=self.name, content=f"The sub-task of {self.name} has been completed!"), inner_messages=inner_messages
|
||||
# )
|
||||
|
||||
# Reset the team.
|
||||
await self._team.reset()
|
||||
|
||||
Reference in New Issue
Block a user