FeedbackCategory#

class langsmith.schemas.FeedbackCategory[source]#

Specific value and label pair for feedback.

value: float#

The numeric value associated with this feedback category.

label: str | None#

An optional label to interpret the value for this feedback category.