ModelFeedbackSource#
- class langsmith.schemas.ModelFeedbackSource[source]#
Bases:
FeedbackSourceBase
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.
- param metadata: Dict[str, Any] | None [Optional]#
Additional metadata for the feedback source.
- param type: Literal['model'] = 'model'#
The type of the feedback source.