DeepchecksLLMClient.annotate#

DeepchecksLLMClient.annotate(app_name: str, version_name: str, user_interaction_id: str, annotation: AnnotationType = None, reason: str | None = None)#

Annotate a specific interaction by its user_interaction_id.

Parameters:
app_name

Application name

version_name

Name of the version to which this interaction belongs

user_interaction_id

The user_interaction_id of the interaction to annotate

annotation

Could be one of AnnotationType.GOOD, AnnotationType.BAD, AnnotationType.UNKNOWN or None to remove annotation

reason

String that explains the reason for the annotation

Returns:
None