yetessam commited on
Commit
48f947a
·
verified ·
1 Parent(s): bffba19

Update tools/polite_guard.py

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