DeepchecksLLMClient.update_interaction_type_config#

DeepchecksLLMClient.update_interaction_type_config(app_name: str, interaction_type: str, file=None)#

Update the auto-annotation YAML configuration file for the interaction type within the application.

Parameters:
app_namestr

Application name

interaction_type: str

Interaction type name

filestr

The path to the configuration file to update

Returns:
None