Commit 19ed380
feat: FDP changes, Updation to use AI agents (#571)
* Implemented Log execution time per prompt in Report
* updated readme
* updated the code
* added functions
* feat: added fdp changes, updated to use ai agents instead of openai assistants (#566)
* initial bicep changes for fdp
* update role assignments in bicep
* feat: initial fdp changes for client advisor
* updated post deployment scripts to use keyless authentication
* rebuilt main.json
* fix configuration handling and error checking in backend services
* updated unit tests
* Refactor code for improved readability and maintainability by organizing imports and formatting code blocks consistently across multiple files.
* refactor: couple of typo fix (#570)
* initial bicep changes for fdp
* update role assignments in bicep
* feat: initial fdp changes for client advisor
* updated post deployment scripts to use keyless authentication
* rebuilt main.json
* fix configuration handling and error checking in backend services
* updated unit tests
* Refactor code for improved readability and maintainability by organizing imports and formatting code blocks consistently across multiple files.
* fix: correct variable names for managed identity and AI foundry in scripts and templates
---------
Co-authored-by: Rohini-Microsoft <v-rwalunj@microsoft.com>
Co-authored-by: Avijit-Microsoft <v-aghorui@microsoft.com>
Co-authored-by: Harsh-Microsoft <v-hbangera@microsoft.com>1 parent f542e68 commit 19ed380
File tree
43 files changed
+3343
-2541
lines changed- docs
- infra
- scripts
- index_scripts
- src/App
- backend
- agents
- common
- plugins
- services
- tests
- backend
- agents
- auth
- common
- plugins
- services
- tests/e2e-test
- pages
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+3343
-2541
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
0 commit comments