langsmith.schemas.Feedback#

class langsmith.schemas.Feedback[source]#

Schema for getting 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 created_at: datetime [Required]#

The time the feedback was created.

param feedback_source: FeedbackSourceBase | None = None#

The source of the feedback. In this case

param id: UUID [Required]#

The unique ID of the feedback.

param modified_at: datetime [Required]#

The time the feedback was last modified.