yetessam commited on
Commit
7921431
·
verified ·
1 Parent(s): 18d1f35

Update tools/polite_guard.py

Browse files
Files changed (1) hide show
  1. tools/polite_guard.py +0 -1
tools/polite_guard.py CHANGED
@@ -31,7 +31,6 @@ class PoliteGuardTool(Tool):
31
  self.label = None
32
  self.score = None
33
 
34
- @tool
35
  def ask_polite_guard(self, input_text: str) -> tuple[str, float]:
36
  """
37
 
 
31
  self.label = None
32
  self.score = None
33
 
 
34
  def ask_polite_guard(self, input_text: str) -> tuple[str, float]:
35
  """
36