DeepchecksLLMClient.update_interaction_type_config#

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

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

Parameters:
app_namestr

Application name

interaction_type: str

Interaction Type you wish to update

filestr

The path to the configuration file to update

Returns:
None