DeepchecksLLMClient.get_interaction_type_config#

DeepchecksLLMClient.get_interaction_type_config(app_name: str, interaction_type: str, file_save_path: str | None = None) str#

Write the auto-annotation YAML configuration file to the specified path.

Parameters:
app_namestr

Application name

interaction_type: str

Interaction Type you wish to update

file_save_pathstr | None, optional

The path to save the configuration file to. If None, the file will not be saved.

Returns:
str

The auto-annotation YAML configuration file as a string.