Spaces:
Running
Running
Update tools.py
Browse files
tools.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
from utils import function_to_schema
|
2 |
-
|
3 |
def escalate_to_human(summary):
|
4 |
"""Only call this if explicitly asked to."""
|
5 |
print("Escalating to human agent...")
|
|
|
|
|
|
|
1 |
def escalate_to_human(summary):
|
2 |
"""Only call this if explicitly asked to."""
|
3 |
print("Escalating to human agent...")
|