DeepchecksLLMClient.get_application_config#
- DeepchecksLLMClient.get_application_config(app_name: str, file_save_path: str | None = None) str #
Write the auto-annotation YAML configuration file to the interaction type that is related to the application kind.
From version 0.22.0 config yaml is managed “per interaction type” instead of “application level”. This method is deprecated, please use get_interaction_type_config() instead.
- Parameters:
- app_namestr
Application name
- 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.