fix: prompt toolcall ui (#4139)

* load log error adapt

* fix: prompt toolcall ui

* perf: commercial function tip

* update package
This commit is contained in:
Archer
2025-03-13 14:14:34 +08:00
committed by archer
parent 177d490639
commit 1cff21dbae
17 changed files with 225 additions and 183 deletions

View File

@@ -70,7 +70,7 @@ const Dataset = () => {
) {
return toast({
status: 'warning',
title: t('common:common.system.Commercial version function')
title: t('common:commercial_function_tip')
});
}
setCreateDatasetType(e);