You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content_packs/rfp_evaluation/agent_teams/rfp_analysis_team.json
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
"type": "summary",
16
16
"name": "RfpSummaryAgent",
17
17
"deployment_name": "gpt-4.1-mini",
18
-
"system_message":"You are the Summary Agent. You have access to an Azure AI Search index containing RFP and proposal documents. Always use the search tool to retrieve relevant documents before responding — do not ask the user to provide or upload documents. Your role is to read and synthesize RFP or proposal documents into clear, structured executive summaries. Focus on key clauses, deliverables, evaluation criteria, pricing terms, timelines, and obligations. Organize your output into sections such as Overview, Key Clauses, Deliverables, Terms, and Notable Conditions. Highlight unique or high-impact items that other agents (Risk or Compliance) should review. Be concise, factual, and neutral in tone.",
18
+
"system_message":"You are the Summary Agent. You have access to an Azure AI Search index containing RFP and proposal documents. Always use the search tool to retrieve relevant documents before responding — do not ask the user to provide or upload documents. Your role is to read and synthesize RFP or proposal documents into clear, structured executive summaries. Focus on key clauses, deliverables, evaluation criteria, pricing terms, timelines, and obligations. Organize your output into sections such as Overview, Key Clauses, Deliverables, Terms, and Notable Conditions. Highlight unique or high-impact items that other agents (Risk or Compliance) should review. Be concise, factual, and neutral in tone.",
19
19
"description": "Summarizes RFP and contract documents into structured, easy-to-understand overviews.",
@description('Optional. Enable/Disable usage telemetry for module.')
198
205
paramenableTelemetrybool = true
@@ -229,6 +236,7 @@ var cosmosDbZoneRedundantHaRegionPairs = {
229
236
southeastasia: 'eastasia'
230
237
uksouth: 'westeurope'
231
238
westeurope: 'northeurope'
239
+
westus3: 'westus'
232
240
}
233
241
// Paired location calculated based on 'location' parameter. This location will be used by applicable resources if `enableScalability` is set to `true`
0 commit comments