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 f71ab0caeb
commit 4346c5703a
17 changed files with 225 additions and 183 deletions

View File

@@ -19,7 +19,6 @@ import { concatPer } from '@fastgpt/service/support/permission/controller';
import { getGroupsByTmbId } from '@fastgpt/service/support/permission/memberGroup/controllers';
import { getOrgIdSetWithParentByTmbId } from '@fastgpt/service/support/permission/org/controllers';
import { addSourceMember } from '@fastgpt/service/support/user/utils';
import { getNanoid } from '../../../../../../../packages/global/common/string/tools';
export type ListAppBody = {
parentId?: ParentIdType;

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);