Skip to content

ScorerReturnTypeError

autogen.beta.eval._types.ScorerReturnTypeError #

Bases: TypeError

Raised when a scorer returns a value the @scorer decorator can't normalize.

Supported return types: bool, int, float, str, :class:Feedback, list[Feedback], None.