bstraehle commited on
Commit
b07d046
1 Parent(s): 90848b5

Update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +3 -0
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)