You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'title' => 'Enable the copy of session-specific content to another session',
3187
+
'comment' => 'Allows duplication of resources that were created in the session when duplicating the session.',
3188
+
],
3089
3189
[
3090
3190
'name' => 'allow_delete_user_for_session_admin',
3091
3191
'title' => 'Session admins can delete users',
@@ -3467,6 +3567,53 @@ public static function getNewConfigurationSettings(): array
3467
3567
'comment' => "Allow ticket projects to be accesses by specific user roles. Example: ['permissions' => [1 => [17]] where project_id = 1, STUDENT_BOSS = 17.",
3468
3568
],
3469
3569
],
3570
+
'ai_helpers' => [
3571
+
[
3572
+
'name' => 'enable_ai_helpers',
3573
+
'title' => 'Enable the AI helper tool',
3574
+
'comment' => 'Enables all available AI-powered features in the platform.',
3575
+
],
3576
+
[
3577
+
'name' => 'ai_providers',
3578
+
'title' => 'AI providers connection data',
3579
+
'comment' => 'Configuration data to connect with external AI services.',
3580
+
],
3581
+
[
3582
+
'name' => 'learning_path_generator',
3583
+
'title' => 'Learning paths generator',
3584
+
'comment' => 'Generates personalized learning paths using AI suggestions.',
3585
+
],
3586
+
[
3587
+
'name' => 'exercise_generator',
3588
+
'title' => 'Exercise generator',
3589
+
'comment' => 'Generates personalized tests with AI based on course content.',
3590
+
],
3591
+
[
3592
+
'name' => 'open_answers_grader',
3593
+
'title' => 'Open answers grader',
3594
+
'comment' => 'Automatically grades open-ended answers using AI.',
3595
+
],
3596
+
[
3597
+
'name' => 'tutor_chatbot',
3598
+
'title' => 'Tutor chatbot energized by AI',
3599
+
'comment' => 'Provides students with an AI-powered tutoring assistant.',
3600
+
],
3601
+
[
3602
+
'name' => 'task_grader',
3603
+
'title' => 'Assignments grader',
3604
+
'comment' => 'Uses AI to evaluate and grade uploaded assignments.',
3605
+
],
3606
+
[
3607
+
'name' => 'content_analyser',
3608
+
'title' => 'Content analyser',
3609
+
'comment' => 'Analyses learning materials to extract insights or improve quality.',
3610
+
],
3611
+
[
3612
+
'name' => 'image_generator',
3613
+
'title' => 'Image generator',
3614
+
'comment' => 'Generates images based on prompts or content using AI.',
0 commit comments