Former-commit-id: beca00affd
group-chat
Kye 2 years ago
parent 2476f37fd6
commit b229f41053

@ -3,7 +3,11 @@ from swarms import Worker
class MultiAgentDebate: class MultiAgentDebate:
def __init__(self, agents: List[Worker], selection_func: Callable[[int, List[Worker]], int]): def __init__(
self,
agents: List[Worker],
selection_func: Callable[[int, List[Worker]], int]
):
self.agents = agents self.agents = agents
self.selection_func = selection_func self.selection_func = selection_func

Loading…
Cancel
Save