Spaces:
Running
Running
Update agents.py
Browse files
agents.py
CHANGED
@@ -6,6 +6,8 @@ from tools import escalate_to_human
|
|
6 |
from tools import transfer_to_sales_agent, transfer_to_issues_repairs_agent, transfer_to_triage_agent
|
7 |
from tools import execute_order, execute_refund, look_up_item
|
8 |
|
|
|
|
|
9 |
MODEL = "gpt-4o-mini"
|
10 |
|
11 |
escalate_to_human_json = function_to_schema(escalate_to_human)
|
|
|
6 |
from tools import transfer_to_sales_agent, transfer_to_issues_repairs_agent, transfer_to_triage_agent
|
7 |
from tools import execute_order, execute_refund, look_up_item
|
8 |
|
9 |
+
from utils import function_to_schema
|
10 |
+
|
11 |
MODEL = "gpt-4o-mini"
|
12 |
|
13 |
escalate_to_human_json = function_to_schema(escalate_to_human)
|