Enable Microsoft Foundry Local for workspace agent provider (#4539)

enable microsoft foundry local for ws agent provider
This commit is contained in:
Sean Hatfield 2025-10-15 10:02:14 -07:00 committed by GitHub
parent 6270a0a189
commit 797920a25f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,7 @@ const ENABLED_PROVIDERS = [
"gemini",
"moonshotai",
"cometapi",
"foundry",
// TODO: More agent support.
// "cohere", // Has tool calling and will need to build explicit support
// "huggingface" // Can be done but already has issues with no-chat templated. Needs to be tested.