-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add missing C# code samples for Foundry Local integration in documentation #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: elbruno <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
1 similar comment
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
Check Broken URLsWe have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken URLs inside them.
|
1 similar comment
Check Broken URLsWe have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken URLs inside them.
|
The Foundry Local section in
06-LocalModelRunners.mdwas missing the actual C# code samples, unlike the AI Toolkit and Docker sections which included complete code examples.This PR adds comprehensive code samples for both Foundry Local integration approaches:
1. Semantic Kernel with Foundry Local
Shows the complete implementation including:
2. Microsoft Extensions for AI with Foundry Local
Demonstrates:
The code samples are extracted from the existing working projects:
AIFoundryLocal-01-SK-Chat/Program.csAIFoundryLocal-01-MEAI-Chat/Program.csThis ensures developers have ready-to-use examples that match the format and style of other sections in the documentation.
Fixes #171.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
http://www.microsoft.com:80/pkiops/crl/Microsoft%20Identity%20Verification%20Root%20Certificate%20Authority%202020.crldotnet build CoreGenerativeAITechniques.sln --verbosity minimal(http block)http://www.microsoft.com:80/pkiops/crl/Microsoft%20Public%20RSA%20Timestamping%20CA%202020.crldotnet build CoreGenerativeAITechniques.sln --verbosity minimal(http block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.