NoEligibleSpeakerError - AG2

NoEligibleSpeakerError

``autogen.NoEligibleSpeakerError #

NoEligibleSpeakerError(message='No eligible speakers.')

Bases: Exception

Exception raised for early termination of a GroupChat.

Source code in autogen/exception_utils.py

<br>31<br>32<br>33<br> <br>def __init__(self, message: str = "No eligible speakers."):<br> self.message = message<br> super().__init__(self.message)<br>

``messageinstance-attribute#

message = message