From eb258759b2a471dc05d9f4d244d37bc5cc37eefb Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 25 Sep 2023 13:28:08 -0400 Subject: [PATCH] run it Former-commit-id: c4669160d71b5dd85d5bbedc948d870ebde60449 --- swarms/swarms/dialogue_simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/swarms/dialogue_simulator.py b/swarms/swarms/dialogue_simulator.py index 13d58c8d..8f0cbf17 100644 --- a/swarms/swarms/dialogue_simulator.py +++ b/swarms/swarms/dialogue_simulator.py @@ -30,7 +30,7 @@ class DialogueSimulator: #choose next speaker speaker_idx = self.select_next_speaker( self._step, - self.agent + self.agents ) speaker = self.agents[speaker_idx]