FeedbackConfig#

class langsmith.evaluation.evaluator.FeedbackConfig[source]#

Configuration to define a type of feedback.

Applied on on the first creation of a feedback_key.

type: Literal['continuous', 'categorical', 'freeform']#

The type of feedback.

min: float | int | None#

The minimum permitted value (if continuous type).

max: float | int | None#

The maximum value permitted value (if continuous type).

categories: List[Category | dict] | None#