Type Alias WaldiezGroupManagerSpeakers

WaldiezGroupManagerSpeakers: {
    allowedOrDisallowedTransitions: { [key: string]: string[] };
    allowRepeat: boolean | string[];
    maxRetriesForSelecting: number | null;
    selectionCustomMethod: string;
    selectionMethod: WaldiezGroupManagerSpeakerSelectionMethodOption;
    selectionMode: SpeakerSelectionMode;
    transitionsType: SpeakerTransitionsType;
}

Type declaration