APIFeedbackSource#

class langsmith.schemas.APIFeedbackSource[source]#

Bases: FeedbackSourceBase

API 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['api'] = 'api'#

The type of the feedback source.