DeepchecksLLMClient.delete_interactions#

DeepchecksLLMClient.delete_interactions(app_name: str, version_name: str, user_interaction_ids: List[str])#

Delete specific interactions by their user_interaction_ids.

Parameters:
app_namestr

Application name

version_name: str

Name of application version

user_interaction_ids: List[str]

List of interaction user ids to delete

Returns:
None