@@ -31,6 +31,7 @@ class ComposerStaticInitSettings
3131 'OCA \\Settings \\Activity \\Setting ' => __DIR__ . '/.. ' . '/../lib/Activity/Setting.php ' ,
3232 'OCA \\Settings \\AppInfo \\Application ' => __DIR__ . '/.. ' . '/../lib/AppInfo/Application.php ' ,
3333 'OCA \\Settings \\BackgroundJobs \\VerifyUserData ' => __DIR__ . '/.. ' . '/../lib/BackgroundJobs/VerifyUserData.php ' ,
34+ 'OCA \\Settings \\Controller \\AISettingsController ' => __DIR__ . '/.. ' . '/../lib/Controller/AISettingsController.php ' ,
3435 'OCA \\Settings \\Controller \\AdminSettingsController ' => __DIR__ . '/.. ' . '/../lib/Controller/AdminSettingsController.php ' ,
3536 'OCA \\Settings \\Controller \\AppSettingsController ' => __DIR__ . '/.. ' . '/../lib/Controller/AppSettingsController.php ' ,
3637 'OCA \\Settings \\Controller \\AuthSettingsController ' => __DIR__ . '/.. ' . '/../lib/Controller/AuthSettingsController.php ' ,
@@ -57,6 +58,7 @@ class ComposerStaticInitSettings
5758 'OCA \\Settings \\Search \\AppSearch ' => __DIR__ . '/.. ' . '/../lib/Search/AppSearch.php ' ,
5859 'OCA \\Settings \\Search \\SectionSearch ' => __DIR__ . '/.. ' . '/../lib/Search/SectionSearch.php ' ,
5960 'OCA \\Settings \\Sections \\Admin \\Additional ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Additional.php ' ,
61+ 'OCA \\Settings \\Sections \\Admin \\ArtificialIntelligence ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/ArtificialIntelligence.php ' ,
6062 'OCA \\Settings \\Sections \\Admin \\Delegation ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Delegation.php ' ,
6163 'OCA \\Settings \\Sections \\Admin \\Groupware ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Groupware.php ' ,
6264 'OCA \\Settings \\Sections \\Admin \\Overview ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Overview.php ' ,
@@ -71,6 +73,7 @@ class ComposerStaticInitSettings
7173 'OCA \\Settings \\Service \\AuthorizedGroupService ' => __DIR__ . '/.. ' . '/../lib/Service/AuthorizedGroupService.php ' ,
7274 'OCA \\Settings \\Service \\NotFoundException ' => __DIR__ . '/.. ' . '/../lib/Service/NotFoundException.php ' ,
7375 'OCA \\Settings \\Service \\ServiceException ' => __DIR__ . '/.. ' . '/../lib/Service/ServiceException.php ' ,
76+ 'OCA \\Settings \\Settings \\Admin \\ArtificialIntelligence ' => __DIR__ . '/.. ' . '/../lib/Settings/Admin/ArtificialIntelligence.php ' ,
7477 'OCA \\Settings \\Settings \\Admin \\Delegation ' => __DIR__ . '/.. ' . '/../lib/Settings/Admin/Delegation.php ' ,
7578 'OCA \\Settings \\Settings \\Admin \\Mail ' => __DIR__ . '/.. ' . '/../lib/Settings/Admin/Mail.php ' ,
7679 'OCA \\Settings \\Settings \\Admin \\Overview ' => __DIR__ . '/.. ' . '/../lib/Settings/Admin/Overview.php ' ,
0 commit comments