Skip to content

Commit 7edbfb5

Browse files
authored
Merge pull request #1363 from Steve-Dusty/roundrobin-fix
Fix RoundRobinSwarm initialization error in SwarmRouter
2 parents 3ccf97c + 78b2f52 commit 7edbfb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swarms/structs/swarm_router.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,6 @@ def _create_round_robin_swarm(self, *args, **kwargs):
634634
agents=self.agents,
635635
max_loops=self.max_loops,
636636
verbose=self.verbose,
637-
return_json_on=self.return_json,
638637
*args,
639638
**kwargs,
640639
)

0 commit comments

Comments
 (0)