Skip to content

Commit 8b0da35

Browse files
updated the branch
1 parent 50edcc1 commit 8b0da35

6 files changed

Lines changed: 3 additions & 468 deletions

File tree

content_packs/content_gen/agent_teams/content_gen.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"created": "",
77
"created_by": "",
88
"deployment_name": "gpt-5.4-mini",
9+
"is_default": true,
910
"agents": [
1011
{
1112
"input_key": "CG_triage_agent",

content_packs/hr_onboarding/agent_teams/hr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"created": "",
77
"created_by": "",
88
"deployment_name": "gpt-5.4",
9+
"is_default": true,
910
"agents": [
1011
{
1112
"input_key": "",

content_packs/rfp_evaluation/agent_teams/rfp_analysis_team.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"created": "",
77
"created_by": "",
88
"deployment_name": "gpt-5.4-mini",
9+
"is_default": true,
910
"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.",
1011
"logo": "",
1112
"plan": "",

docs/ACRBuildAndPushGuide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ az acr login --name $ACR_NAME
3636
```bash
3737
az acr login --name <containerregname>
3838
docker build --no-cache -f src/backend/Dockerfile -t <acrloginserver>/<repo>:<tagname> ./src/backend
39-
docker build --no-cache -f src/backend/Dockerfile -t <acrloginserver>/<repo>:<tagname> ./src/backend
4039
docker push <acrloginserver>/<repo>:<tagname>
4140
```
4241

@@ -60,7 +59,6 @@ docker push <acrloginserver>/<repo>:<tagname>
6059
```bash
6160
az acr login --name <containerregname>
6261
docker build --no-cache -f src/App/Dockerfile -t <acrloginserver>/<repo>:<tagname> ./src/App
63-
docker build --no-cache -f src/App/Dockerfile -t <acrloginserver>/<repo>:<tagname> ./src/App
6462
docker push <acrloginserver>/<repo>:<tagname>
6563
```
6664

infra/scripts/Build-And-Push-Images.ps1

Lines changed: 0 additions & 268 deletions
This file was deleted.

0 commit comments

Comments
 (0)