[AI] Improve tools tab (#19221)
This commit is contained in:
@@ -161,6 +161,12 @@ const SettingsAIUsageUserDetail = lazy(() =>
|
||||
})),
|
||||
);
|
||||
|
||||
const SettingsToolDetail = lazy(() =>
|
||||
import('~/pages/settings/ai/SettingsToolDetail').then((module) => ({
|
||||
default: module.SettingsToolDetail,
|
||||
})),
|
||||
);
|
||||
|
||||
const SettingsApplications = lazy(() =>
|
||||
import('~/pages/settings/applications/SettingsApplications').then(
|
||||
(module) => ({
|
||||
@@ -546,6 +552,10 @@ export const SettingsRoutes = ({ isAdminPageEnabled }: SettingsRoutesProps) => (
|
||||
path={SettingsPath.AIUsageUserDetail}
|
||||
element={<SettingsAIUsageUserDetail />}
|
||||
/>
|
||||
<Route
|
||||
path={SettingsPath.AIToolDetail}
|
||||
element={<SettingsToolDetail />}
|
||||
/>
|
||||
<Route
|
||||
path={SettingsPath.LogicFunctionDetail}
|
||||
element={<SettingsLogicFunctionDetail />}
|
||||
|
||||
Reference in New Issue
Block a user