Skip to content

Commit

Permalink
initial new top level module prompt.py where the Prompt class is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLee528 committed May 5, 2024
1 parent 5069362 commit 653e6be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions garak/probes/prompt.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Base classes for prompts.
Solving issue: https://github.com/leondz/garak/issues/602
"""

class Prompt:
pass

0 comments on commit 653e6be

Please sign in to comment.