Fix env var name mismatch between .env-template files and quickstart code#453
Closed
hariscats wants to merge 1120 commits intomicrosoft-foundry:mainfrom
Closed
Fix env var name mismatch between .env-template files and quickstart code#453hariscats wants to merge 1120 commits intomicrosoft-foundry:mainfrom
hariscats wants to merge 1120 commits intomicrosoft-foundry:mainfrom
Conversation
…mples into js-ts-quickstart
Working JS QuickStart for Completions and Poem/File Agent
…r/fix-workspace-id Fix workspaceid AI project
removed use cases
Updated 10, 15 and 25
uncommented out
uncommented out model deployment
delete this file since its covered in 3ptool folder
delete this file since its already covered in 3p tool folder
Update Redteaming agent to go through FDP
…nguage-agents-fixes Mikaels/language agents fixes
* lazy init llm to avoid crashing on startup * raise error to test * Remove error raise in llm_with_tools function Removed the intentional ValueError raise in llm_with_tools function. * Update error logging message for LLM initialization * test with private build * test with private build * create af agent with factory * remove platform flag * fix search rag sample --------- Co-authored-by: junanchen <junanchen@microsoft.com> Co-authored-by: Jun'an Chen <cja.china@gmail.com>
Co-authored-by: vtomar <vtomar@microsoft.com>
* fix for creating agent before application. * small cleanup.
…t-foundry#414) Co-authored-by: Eric Suh <ericsuh@microsoft.com>
* gemini samples * simplified samples * update configs * update --------- Co-authored-by: vtomar <vtomar@microsoft.com>
Co-authored-by: bobogogo1990 <bobobupt2014@163.com>
* update readme * update readme * update * updat * help testing gateway setup --------- Co-authored-by: vtomar <vtomar@microsoft.com>
…foundry#422) * Added mvnet testing template added mvnet testing template * updates updates * More updates more updates
* removing unneeded header annotations * update TS sample from azure repo * add agent creation and chat quickstarts for TS * add CreateAgent and ChatWithAgent samples for Azure agent interaction --------- Co-authored-by: brandom-msft <brandom@microsoft.com>
* rename env vars in C# samples * move Java samples to branded directory naming * rename java env vars * update environment variable names for consistency across TypeScript samples * standardize environment variable names across Python samples
* Remove unused Azure.AI.Agents references in quickstart samples * Refactor quickstarts to streamline environment variable usage and object creation
final version of managed vnet with regions, outbound rules, readme updates
* add test script for connection * update * validate * add test --------- Co-authored-by: vtomar <vtomar@microsoft.com>
…y#443) Corrected the phrasing for registering the subscription with the preview feature in Azure Portal.
* add managed vnet for terraform * update example * update outputs and lifecycle * update vm password and tags
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The .env-template files used long variable names (e.g., AZURE_AI_FOUNDRY_PROJECT_ENDPOINT) while the actual code expected shorter names (e.g., PROJECT_ENDPOINT). Users copying the template would get KeyError exceptions when running the samples.