fix: prompt toolcall ui (#4139)
* load log error adapt * fix: prompt toolcall ui * perf: commercial function tip * update package
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user