langsmith.schemas.FeedbackCreate#
- class langsmith.schemas.FeedbackCreate[source]#
Schema used for creating feedback.
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 feedback_config: FeedbackConfig | None = None#
- param feedback_source: FeedbackSourceBase [Required]#
The source of the feedback.