DeepchecksLLMClient.log_batch_interactions#
- DeepchecksLLMClient.log_batch_interactions(app_name: str, version_name: str, env_type: EnvType | str, 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 or str
Type of environment. Could be one of EnvType or ‘prod’, ‘eval’, ‘pentest’
- interactionslist of LogInteractionType
The list of interaction data to log.
- Returns:
- list of str
List of the uuids of the interactions