From a8486bb49e802b7b41eeb53909ea8803a062bcc1 Mon Sep 17 00:00:00 2001 From: Wendong-Fan Date: Sat, 6 Sep 2025 09:04:34 +0800 Subject: [PATCH] chore: update wording --- src/pages/Setting/Models.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Setting/Models.tsx b/src/pages/Setting/Models.tsx index 5bb082586..5e1a3d23b 100644 --- a/src/pages/Setting/Models.tsx +++ b/src/pages/Setting/Models.tsx @@ -219,7 +219,7 @@ export default function SettingModels() { }); if (res.is_tool_calls && res.is_valid) { console.log("success"); - toast("validate success", { + toast("Validation succeeded", { description: "The model has been verified to support function calling, which is required to use Eigent.", closeButton: true, @@ -376,7 +376,7 @@ export default function SettingModels() { }); if (res.is_tool_calls && res.is_valid) { console.log("success"); - toast("validate success", { + toast("Validation succeeded", { description: "The model has been verified to support function calling, which is required to use Eigent.", closeButton: true,