From 8d47d728ffef90325bc70fd1d756a2f1e4aff423 Mon Sep 17 00:00:00 2001 From: shatfield4 Date: Mon, 13 Oct 2025 16:37:43 -0700 Subject: [PATCH] enable microsoft foundry local for ws agent provider --- .../WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx b/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx index 9710243dacb..467bae855a4 100644 --- a/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx +++ b/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx @@ -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.