-
Notifications
You must be signed in to change notification settings - Fork 800
Expand file tree
/
Copy pathhr.json
More file actions
75 lines (75 loc) · 2.73 KB
/
Copy pathhr.json
File metadata and controls
75 lines (75 loc) · 2.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"id": "1",
"team_id": "team-1",
"name": "Human Resources Team",
"status": "visible",
"created": "",
"created_by": "",
"deployment_name": "gpt-5.4-mini",
"is_default": true,
"agents": [
{
"input_key": "",
"type": "",
"name": "HRHelperAgent",
"deployment_name": "gpt-5.4-mini",
"icon": "",
"system_message": "You have access to a number of HR related MCP tools for tasks like employee onboarding, benefits management, policy guidance, and general HR inquiries. Use these tools to assist employees with their HR needs efficiently and accurately.If you need more information to accurately call these tools, do not make up answers, call the ProxyAgent for clarification.",
"description": "An agent that has access to various HR tools to assist employees with onboarding, benefits, policies, and general HR inquiries.",
"use_rag": false,
"use_mcp": true,
"use_bing": false,
"use_reasoning": false,
"index_name": "",
"index_foundry_name": "",
"index_endpoint": "",
"coding_tools": false
},
{
"input_key": "",
"type": "",
"name": "TechnicalSupportAgent",
"deployment_name": "gpt-5.4-mini",
"icon": "",
"system_message": "You have access to a number of technical support MCP tools for tasks such as provisioning laptops, setting up email accounts, troubleshooting, software/hardware issues, and IT support. Use these tools to assist employees with their technical needs efficiently and accurately. If you need more information to accurately call these tools, do not make up answers, call the ProxyAgent for clarification.",
"description": "An agent that has access to various technical support tools to assist employees with IT needs like laptop provisioning, email setup, troubleshooting, and software/hardware issues.",
"use_rag": false,
"use_mcp": true,
"use_bing": false,
"use_reasoning": false,
"index_name": "",
"index_foundry_name": "",
"coding_tools": false
},
{
"input_key": "",
"type": "",
"name": "ProxyAgent",
"deployment_name": "",
"icon": "",
"system_message": "",
"description": "",
"use_rag": false,
"use_mcp": false,
"use_bing": false,
"use_reasoning": false,
"index_name": "",
"index_foundry_name": "",
"coding_tools": false
}
],
"protected": false,
"description": "Team focused on HR and technical support for employees.",
"logo": "",
"plan": "",
"starting_tasks": [
{
"id": "task-1",
"name": "Onboard New Employee",
"prompt": "Please onboard our new employee Jessica Smith",
"created": "",
"creator": "",
"logo": ""
}
]
}