Skip to content

Tags: microsoft/Build-your-own-copilot-Solution-Accelerator

Tags

v1.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: merging dev changes to main branch (#649)

* model deployment when reusing existing foundry

* change model deployment name

* removed system managed identity code

* seggregated the files

* fix: Updated file names

* chore: down merging main into dev (#638)

* fixed opent telemetry issue CustomDomainInUse, FlagMustBeSetForRestore (#618) (#619)

Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>

* directory update in dependabot template (#634)

---------

Co-authored-by: NirajC-Microsoft <v-nirajcha@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>

* added for cross-subscription existing AI project resource ID

* update

* fix: agent cleanup (#639)

* Agent deletion handled successfully

* use get azure credentials

* remove unused import

---------

Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>

* TS( 21657) Bicep Standard code changes

* Added required env variables for local debugging in .env generated by azd up

* Added "Required/Optional" and changed aiProjectName suffix.

* removed location tag

* foundry project documentation

* corrected name

* updated CAdeploy.yml

* update CAdeploy.yml

* changed pipeline variable

* updated main.json file

* updated yml file

* test

* test

* update

* update

* test

* update CAdeploy.yml

* CustomizingAzdparamMd

* deploymentMdUpdate

* Updated

* Update infra/main.bicep

Fixed typo error.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/App/backend/plugins/chat_with_data_plugin.py

Updated the finally block for function "get_SQL_Response"

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update infra/main.bicep

Removed Commented-out code

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Revert Copilot suggestion: `and project_client` is unnecessary.
`project_client` is always initialized before thread creation, so `if thread:` is sufficient.

---------

Co-authored-by: Priyanka-Microsoft <v-prisinghal@microsoft.com>
Co-authored-by: Prajwal D C <v-dcprajwal@microsoft.com>
Co-authored-by: Rafi-Microsoft <v-rafmd@microsoft.com>
Co-authored-by: NirajC-Microsoft <v-nirajcha@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Kanchan Nagshetti (Persistent Systems Inc) <v-knagshetti@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>
Co-authored-by: Bangarraju-Microsoft <v-golib@microsoft.com>
Co-authored-by: Prasanjeet-Microsoft <v-singhprasa@microsoft.com>
Co-authored-by: UtkarshMishra-Microsoft <v-utkamishra@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v1.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #625 from microsoft/dev

fix: added retry logic for SQL DB connection, updated agent and thread management

v1.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #614 from microsoft/psl-fixPrincipalTypeIssue

fix: add principalType as 'ServicePrincipal' for role assignments

v1.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: integrate Agent SDK into kernel, migrate to GlobalStandard mode…

…l types, remove Greeting function, and update Orchestrator to handle greetings

v1.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Increase retry attempts and improve error messaging for Azure Bl…

…ob Storage uploads (#607)

v1.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Added templateName tag on rg (#597)

* Added templateName tag on rg

* Updated tag name typo

v1.5.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Changed the prompt to accurately answer scheduling or time based…

… meeting questions and Readme changes (#593)

* added misssing parameter and removed unused. (#589)

* Changed the prompt to accurately answer scheduling or time based meeting questions (#590)

---------

Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>

v1.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: resolve the CAdeploy pipeline issue (#586)

* feat: Add psl-fixCAdeploy branch to deployment triggers and update parameter for AI deployments

* Remove psl-fixCAdeploy branch from deployment triggers

v1.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #587 from microsoft/dev

feat: using ai search tool for ChatWithCallTranscript Kernel function, use existing ai foundry project, integrating deployment and test automation pipeline

v1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Merge the Azd Quota check changes from dev to main (#580)

* 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

* feat: quota check during azd up (#579)

* quota-check-during azd up

* updated bicep and parameter json

* fix: There is no progress/Process message when deleting chat history from popup (#578)

* 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>

* bug fix(#19849)

---------

Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>
Co-authored-by: Ragini-Microsoft <v-raginich@microsoft.com>
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>

* updated openai version (#581)

* deleted params

---------

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>
Co-authored-by: Priyanka-Microsoft <v-prisinghal@microsoft.com>
Co-authored-by: Bangarraju-Microsoft <v-golib@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>
Co-authored-by: Ragini-Microsoft <v-raginich@microsoft.com>