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/contract_compliance/agent_teams/contract_compliance_team.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
"created": "",
7
7
"created_by": "",
8
8
"deployment_name": "gpt-5.4-mini",
9
+
"is_default": true,
9
10
"description": "A multi-agent compliance review team that summarizes NDAs, identifies risks, checks compliance, and recommends improvements using advanced legal reasoning and retrieval-augmented analysis.",
Copy file name to clipboardExpand all lines: content_packs/rfp_evaluation/agent_teams/rfp_analysis_team.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
"created": "",
7
7
"created_by": "",
8
8
"deployment_name": "gpt-5.4-mini",
9
+
"is_default": true,
9
10
"description": "A specialized multi-agent team that analyzes RFP and contract documents to summarize content, identify potential risks, check compliance gaps, and provide action plans for contract improvement.",
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,10 @@ Ensure you have access to an [Azure subscription](https://azure.microsoft.com/fr
68
68
📖 **Follow:**[Quota Check Instructions](./quota_check.md) to ensure sufficient capacity.
69
69
70
70
**Default Quota Configuration:**
71
-
-**GPT-5.4-mini:** 100k tokens
72
-
-**GPT-5.4:** 150k tokens
71
+
-**gpt-5.4 (150k tokens)** — backs the larger GPT model deployment (alias `gpt-5.4`).
72
+
-**gpt-5.4-mini (100k tokens)** — backs the smaller GPT model deployment (alias `gpt-5.4-mini`), also used for reasoning workloads.
73
+
74
+
> **Note:** The underlying models are `gpt-5.4` (2026-03-05 series) and `gpt-5.4-mini` (2026-03-17 series). Both are reasoning-capable GPT-5.4 GA models.
73
75
74
76
> **Note:** When you run `azd up`, the deployment will automatically show you regions with available quota, so this pre-check is optional but helpful for planning purposes. You can customize these settings later in [Step 3.3: Advanced Configuration](#33-advanced-configuration-optional).
75
77
@@ -323,7 +325,8 @@ azd up
323
325
324
326
**Expected Duration:** 9-10 minutes for default configuration
325
327
326
-
-**Upon successful completion**, you will see a success message indicating that all resources have been deployed, along with the application URL and next steps for building and pushing the application container images and uploading team configurations and sample data.
328
+
329
+
-**Upon successful completion**, you will see a success message indicating that all resources have been deployed, along with the application URL. The next steps are to build and push the backend, frontend, and mcp_server container images to ACR, point the container app and web app at them, and upload the team configurations and sample data.
Once both scripts complete, access your deployed frontend application at the URL printed by the `postdeploy` hook (`https://<webSiteDefaultHostname>`), or retrieve it from the Azure Portal as described in [Step 4.3](#43-get-application-url).
400
+
394
401
395
402
### 5.3 Configure Authentication (Optional)
396
403
@@ -409,7 +416,7 @@ The images are **built remotely in ACR** using `az acr build`, so no local Docke
409
416
410
417
1. **Access the application** using the URL from Step 4.3
411
418
2. **Sign in** with your authenticated account
412
-
3. **Select a use case** from the available scenarios you uploaded in Step 5.1
419
+
3. **Select a use case** from the available scenarios you uploaded in Step 5.2
413
420
4. **Ask a sample question** relevant to the selected use case
414
421
5. **Verify the response** includes appropriate multi-agent collaboration
415
422
6. **Check the logs** in Azure Portal to confirm backend processing
0 commit comments