Skip to content

Commit ff1331d

Browse files
committed
don't have opinions about init'ing probes base prompts
1 parent 3ea5834 commit ff1331d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

garak/probes/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def __init__(self, config_root=_config):
7070
f"loading {Style.BRIGHT}{Fore.LIGHTYELLOW_EX}probe: {Style.RESET_ALL}{self.probename}"
7171
)
7272

73-
self.prompts = []
7473
logging.info(f"probe init: {self}")
7574
if "description" not in dir(self):
7675
if self.__doc__:

0 commit comments

Comments
 (0)