-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Azure agents based off the refactored main branch * Minor update in doc * Update `az-cli` agent to use the new request/response schemas (#195) * Merge the parameter injection prototype into the `azureAgents` branch (#208) 1. Add the `/replace` command 2. Retrieve data locally with 2 tiers of data source to assist user to input values for placeholders. - The 1st tier is the cache data generated from parsing the AzCLI help content. We the description and static values for a parameter from this data source. - The 2nd tier is the AzCLI tab completion, to get the dynamic values for a parameter, such as `--resource-group`. 3. Fix a bug when handling remote query. 4. Fix the data retrieval code to handle the case when the generated command is not AzCLI command 5. Send pseudo values to the server handler instead of real values from user to avoid any privacy issue. After receiving response, the agent will replace all pseudo values with the real values before displaying to the user. * A few improvements to parameter injection (#213) 1. Do not include 'placeholderSet' in a history entry when its value is null. 2. Reduce the fake wait time when replacing user values from 2.5s to 2s. 3. Change the format for a pseudo value from '__replace_<cnt>_v__' to '__pseudo_<cnt>_v__' to avoid confusion caused to GPT by the word 'replace'. * Update the endpoint URL for `az-ps` and the connection string for application insights (#211) * Small update to improve the diagnosis when an agent throws exception (#215) * Update build accordingly
- Loading branch information
1 parent
d30bf52
commit 2fe79f4
Showing
21 changed files
with
2,523 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.