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