langsmith.schemas.ModelFeedbackSource#

class langsmith.schemas.ModelFeedbackSource[source]#

Model feedback source.

Create a new model by parsing and validating input data from keyword arguments.

Raises ValidationError if the input data cannot be parsed to form a valid model.

Fields:
param type: Literal['model'] = 'model'#

The type of the feedback source.