DeepchecksLLMClient.update_interaction_type#
- DeepchecksLLMClient.update_interaction_type(app_name: str, interaction_type_id: int, name: str | None = None)#
Create custom interaction type for the current application.
- Parameters:
- app_namestr
Application name
- interaction_type_idint
Interaction type id
- namestr, optional
Name of the custom interaction type
- Returns:
- None