Skip to content

Commit 11c2d29

Browse files
committed
Updated merge
1 parent 68adf8d commit 11c2d29

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# Adding new data
2-
3-
<<<<<<< HEAD
4-
New files should be added to the `data` folder, and then either run scripts/prepdocs.sh or script/prepdocs.ps1 to ingest the data.
5-
61
# Overall code layout
72

83
* app: Contains the main application code, including frontend and backend.
@@ -32,9 +27,10 @@ New files should be added to the `data` folder, and then either run scripts/prep
3227
* app/frontend/src/pages: Contains the main pages of the application
3328
* infra: Contains the Bicep templates for provisioning Azure resources.
3429
* tests: Contains the test code, including e2e tests, app integration tests, and unit tests.
35-
=======
36-
New files should be added to the `data` folder, and then either run scripts/prepdocs.sh or scripts/prepdocs.ps1 to ingest the data.
37-
>>>>>>> main
30+
31+
# Adding new data
32+
33+
New files should be added to the `data` folder, and then either run scripts/prepdocs.sh or script/prepdocs.ps1 to ingest the data.
3834

3935
# Adding a new azd environment variable
4036

@@ -61,11 +57,7 @@ When adding a new developer setting, update:
6157
* backend:
6258
* app/backend/approaches/chatreadretrieveread.py : Retrieve from overrides parameter
6359
* app/backend/approaches/retrievethenread.py : Retrieve from overrides parameter
64-
<<<<<<< HEAD
65-
* app/backend/app.py: Some settings may need to sent down in the /config route.
66-
=======
6760
* app/backend/app.py: Some settings may need to be sent down in the /config route.
68-
>>>>>>> main
6961

7062
# When adding tests for a new feature:
7163

0 commit comments

Comments
 (0)