Spaces:
Running
Running
Update agents.py
Browse files
agents.py
CHANGED
@@ -11,6 +11,9 @@ from utils import function_to_schema
|
|
11 |
MODEL = "gpt-4o-mini"
|
12 |
|
13 |
escalate_to_human_json = function_to_schema(escalate_to_human)
|
|
|
|
|
|
|
14 |
|
15 |
transfer_to_sales_agent_json = function_to_schema(transfer_to_sales_agent)
|
16 |
transfer_to_issues_repairs_agent_json = function_to_schema(transfer_to_issues_repairs_agent)
|
|
|
11 |
MODEL = "gpt-4o-mini"
|
12 |
|
13 |
escalate_to_human_json = function_to_schema(escalate_to_human)
|
14 |
+
print("###")
|
15 |
+
print(escalate_to_human_json)
|
16 |
+
print("###")
|
17 |
|
18 |
transfer_to_sales_agent_json = function_to_schema(transfer_to_sales_agent)
|
19 |
transfer_to_issues_repairs_agent_json = function_to_schema(transfer_to_issues_repairs_agent)
|