DeepchecksLLMClient.create_interaction_type#
- DeepchecksLLMClient.create_interaction_type(app_name: str, name: str, copy_from_interaction_type_id: str | None = None) int #
Activating Builtin type or Creating a new custom interaction type for the current application.
- Parameters:
- app_namestr
Application name
- namestr
Name of the interaction type
- copy_from_interaction_type_idstr, optional
- Copy new interaction type from existing interaction type (id can be obtained using get_interaction_types(),
can be used for new custom type only)
- Returns
- ——-
- int
Interaction type id