DeepchecksLLMClient.delete_custom_property#

DeepchecksLLMClient.delete_custom_property(app_name: str, property_name: str)#

Delete a custom property for the current application.

Parameters:
app_namestr

Application name

property_namestr

Name of the custom property to delete

Returns:
None