Skip to main content

异常工具

NoEligibleSpeaker

class NoEligibleSpeaker(Exception)

当 GroupChat 提前终止时引发的异常。

SenderRequired

class SenderRequired(Exception)

当需要发送者但未提供时引发的异常。

InvalidCarryOverType

class InvalidCarryOverType(Exception)

当传递类型无效时引发的异常。

UndefinedNextAgent

class UndefinedNextAgent(Exception)

当提供的下一个代理人列表与组中的代理人不重叠时引发的异常。