DeepchecksLLMClient.log_batch_interactions#

DeepchecksLLMClient.log_batch_interactions(app_name: str, version_name: str, env_type: EnvType, interactions: List[LogInteractionType]) List[str]#

Log multiple interactions at once.

Parameters:
app_namestr

Application name

version_namestr

Name of the version to which this interaction will be added

env_typeEnvType

Type of environment

interactionslist of LogInteractionType

The list of interaction data to log.

Returns:
list of str

List of the uuids of the interactions