pull/55/head
Kye 1 year ago
parent 289815faaa
commit beca00affd

@ -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