Spaces:
Sleeping
Sleeping
Update tools/polite_guard.py
Browse files- 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) ->
|
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:
|