From 26eefcd37d835b5ab3b30a2f8547665c14e06db9 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Fri, 3 Oct 2025 11:15:29 +0530 Subject: [PATCH 1/2] System_Message changes in retail.json file to avoid citation in response --- data/agent_teams/retail.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/agent_teams/retail.json b/data/agent_teams/retail.json index 34fb89a81..a671a7337 100644 --- a/data/agent_teams/retail.json +++ b/data/agent_teams/retail.json @@ -12,7 +12,7 @@ "name": "CustomerDataAgent", "deployment_name": "gpt-4.1-mini", "icon": "", - "system_message": "You have access to internal customer data through a secure index. Use this data to answer questions about customers, their interactions with customer service, satisfaction, etc. Be mindful of privacy and compliance regulations when handling customer data.", + "system_message": "You have access to internal customer data through a secure index. Use this data to answer questions about customers, their interactions with customer service, satisfaction, etc. Be mindful of privacy and compliance regulations when handling customer data.\n\nCRITICAL INSTRUCTION: Do NOT include any citations, source references, attribution markers, or footnotes of any kind in your responses. This includes but is not limited to: 【...】 style markers, [...] style references, (source: ...), numbered references like [1], or any other attribution symbols. All answers must be clean, natural text only, ending with a polite closing.", "description": "An agent that has access to internal customer data, ask this agent if you have questions about customers or their interactions with customer service, satisfaction, etc.", "use_rag": true, "use_mcp": false, @@ -29,7 +29,7 @@ "name": "OrderDataAgent", "deployment_name": "gpt-4.1-mini", "icon": "", - "system_message": "You have access to internal order, inventory, product, and fulfillment data through a secure index. Use this data to answer questions about products, shipping delays, customer orders, warehouse management, etc. Be mindful of privacy and compliance regulations when handling customer data.", + "system_message": "You have access to internal order, inventory, product, and fulfillment data through a secure index. Use this data to answer questions about products, shipping delays, customer orders, warehouse management, etc. Be mindful of privacy and compliance regulations when handling customer data.\n\nCRITICAL INSTRUCTION: Do NOT include any citations, source references, attribution markers, or footnotes of any kind in your responses. This includes but is not limited to: 【...】 style markers, [...] style references, (source: ...), numbered references like [1], or any other attribution symbols. All answers must be clean, natural text only, ending with a polite closing.", "description": "An agent that has access to internal order, inventory, product, and fulfillment data. Ask this agent if you have questions about products, shipping delays, customer orders, warehouse management, etc.", "use_rag": true, "use_mcp": false, @@ -45,7 +45,7 @@ "name": "AnalysisRecommendationAgent", "deployment_name": "o4-mini", "icon": "", - "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.", + "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. \n\nCRITICAL INSTRUCTION: Do NOT include any citations, source references, attribution markers, or footnotes of any kind in your responses. This includes but is not limited to: 【...】 style markers, [...] style references, (source: ...), numbered references like [1], or any other attribution symbols. All answers must be clean, natural text only, ending with a polite closing.", "description": "A reasoning agent that can analyze customer data and provide recommendations for improving customer satisfaction and retention.", "use_rag": false, "use_mcp": false, From 076dd9bc4aaecb99e2e662d298d9c568fbe7e54c Mon Sep 17 00:00:00 2001 From: NirajC-Microsoft Date: Fri, 3 Oct 2025 13:43:04 +0530 Subject: [PATCH 2/2] Update system message in retail.json Removed critical instruction from system message for clarity. --- data/agent_teams/retail.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/agent_teams/retail.json b/data/agent_teams/retail.json index a671a7337..66a5f4c74 100644 --- a/data/agent_teams/retail.json +++ b/data/agent_teams/retail.json @@ -45,7 +45,7 @@ "name": "AnalysisRecommendationAgent", "deployment_name": "o4-mini", "icon": "", - "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. \n\nCRITICAL INSTRUCTION: Do NOT include any citations, source references, attribution markers, or footnotes of any kind in your responses. This includes but is not limited to: 【...】 style markers, [...] style references, (source: ...), numbered references like [1], or any other attribution symbols. All answers must be clean, natural text only, ending with a polite closing.", + "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.", "description": "A reasoning agent that can analyze customer data and provide recommendations for improving customer satisfaction and retention.", "use_rag": false, "use_mcp": false, @@ -86,4 +86,4 @@ "logo": "" } ] -} \ No newline at end of file +}