DeepchecksLLMClient.get_pentest_prompts#
- DeepchecksLLMClient.get_pentest_prompts(app_name: str, probes: List[str] | None = None) DataFrame #
Get pentest prompts for the application.
- Parameters:
- app_namestr
Application name
- probes: list of str
List of probes to get pentest prompts for. If None, all probes will be returned.
- Returns:
- pd.DataFrame
A pandas DataFrame containing the pentest prompts