diff --git a/servers/nextjs/app/settings/SettingPage.tsx b/servers/nextjs/app/settings/SettingPage.tsx index 956e4f21..65dd7769 100644 --- a/servers/nextjs/app/settings/SettingPage.tsx +++ b/servers/nextjs/app/settings/SettingPage.tsx @@ -554,6 +554,11 @@ const SettingsPage = () => { {/* Model selection dropdown - show if models are available or if there's a selected model */} {((customModelsChecked && customModels.length > 0) || llmConfig.CUSTOM_MODEL) && (
+ Important: Only models with function calling capabilities (tool calls) or JSON schema support will work. +
++ Important: Only models with function calling capabilities (tool calls) or JSON schema support will work. +
+