Update agent.yaml for CalculatorAgent configuration#460
Closed
08thse wants to merge 1124 commits into
Closed
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
…dvisor/tripadvisor.py
…t-foundry#414) Co-authored-by: Eric Suh <[email protected]>
* gemini samples * simplified samples * update configs * update --------- Co-authored-by: vtomar <[email protected]>
Co-authored-by: bobogogo1990 <[email protected]>
* update readme * update readme * update * updat * help testing gateway setup --------- Co-authored-by: vtomar <[email protected]>
…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 <[email protected]>
* 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 <[email protected]>
…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
Updated CODEOWNERS to change ownership from @azure-ai-foundry to @microsoft-foundry for various files.
…oundry#451) * add troubleshooting guide * add troubleshooting guide * update --------- Co-authored-by: vtomar <[email protected]>
* update hosted agent samples Corrected the phrasing for registering the subscription with the preview feature in Azure Portal. * minor fix * add dotnet sample * fix output saving errors * refine samples and readme * try to resolve conflicts * use gpt-5 as default model
* Fix CMK Key Vault URI handling and docs * . * Update README to clarify 'location' parameter description
* updating A365 instructions * Update samples/csharp/FoundryA365/readme.md Co-authored-by: Copilot <[email protected]> * Update samples/csharp/FoundryA365/readme.md Co-authored-by: Copilot <[email protected]> * Update samples/csharp/FoundryA365/readme.md Co-authored-by: Copilot <[email protected]> * Update samples/csharp/FoundryA365/readme.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
When deploying with this file in our environment, we encounter the error `agent.yaml is not valid`. After updating the location where `kind: hosted` is specified, the issue no longer occurs. I would appreciate it if you could review and confirm. If my understanding is mistaken, please feel free to reject this PR.
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.
When deploying with this file in our environment, we encounter the error
agent.yaml is not valid.After updating the location where
kind: hostedis specified, the issue no longer occurs.I would appreciate it if you could review and confirm. If my understanding is mistaken, please feel free to reject this PR.