Skip to content

Commit 2a059c4

Browse files
authored
Merge pull request #620 from microsoft/marktayl-macae-rfp-agent-framework
Divide retail data - index team configs
2 parents 794f076 + 2a46f15 commit 2a059c4

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

data/agent_teams/retail.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"use_mcp": false,
1919
"use_bing": false,
2020
"use_reasoning": false,
21-
"index_name": "macae-index",
22-
"index_foundry_name": "",
23-
"index_endpoint": "",
21+
"index_name": "macae-retail-customer-index",
2422
"coding_tools": false
2523
},
2624
{
@@ -35,7 +33,7 @@
3533
"use_mcp": false,
3634
"use_bing": false,
3735
"use_reasoning": false,
38-
"index_name": "macae-index",
36+
"index_name": "macae-retail-order-index",
3937
"index_foundry_name": "",
4038
"coding_tools": false
4139
},
@@ -45,8 +43,8 @@
4543
"name": "AnalysisRecommendationAgent",
4644
"deployment_name": "o4-mini",
4745
"icon": "",
48-
"system_message": "You are a reasoning agent that can analyze customer data and provide recommendations for improving customer satisfaction and retention. You do not have access to any data sources, but you can reason based on the information provided to you by other agents. Use your reasoning skills to identify patterns, trends, and insights that can help improve customer satisfaction and retention. Provide actionable recommendations based on your analysis. You have access to other agents that can answer questions and provide data about customers, products, orders, inventory, and fulfilment. Use these agents to gather information as needed.",
49-
"description": "A reasoning agent that can analyze customer data and provide recommendations for improving customer satisfaction and retention.",
46+
"system_message": "You are a reasoning agent that can analyze customer and order data and provide recommendations for improving customer satisfaction and retention. You do not have access to any data sources, but you can reason based on the information provided to you by other agents. Use your reasoning skills to identify patterns, trends, and insights that can help improve customer satisfaction and retention. Provide actionable recommendations based on your analysis. You have access to other agents that can answer questions and provide data about customers, products, orders, inventory, and fulfilment. Use these agents to gather information as needed.",
47+
"description": "A reasoning agent that can analyze customer and order data and provide recommendations for improving customer satisfaction and retention.",
5048
"use_rag": false,
5149
"use_mcp": false,
5250
"use_bing": false,

data/agent_teams/rfp_analysis_team.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
"use_bing": false,
4040
"use_reasoning": false,
4141
"index_name": "macae-rfp-index",
42-
"index_foundry_name": "",
43-
"index_endpoint": "",
4442
"coding_tools": false
4543
},
4644
{
@@ -56,8 +54,6 @@
5654
"use_bing": false,
5755
"use_reasoning": false,
5856
"index_name": "macae-rfp-index",
59-
"index_foundry_name": "",
60-
"index_endpoint": "",
6157
"coding_tools": false
6258
}
6359
],

0 commit comments

Comments
 (0)