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
Copy file name to clipboardExpand all lines: lang/en/aichat.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
$string['privacy:metadata:block_ai_chat_personas_selected:contextid'] = 'The context ID of the AI chat activity';
53
53
$string['privacy:metadata:block_ai_chat_personas_selected:personasid'] = 'The ID of the selected persona';
54
54
$string['privacy:metadata:local_ai_manager_request_log'] = 'Stores conversation data (prompts and AI responses) for the AI chat activity in the local_ai_manager request log table';
55
-
$string['privacy:metadata:local_ai_manager_request_log:component'] = 'The component identifier (block_ai_chat) that created this log entry';
55
+
$string['privacy:metadata:local_ai_manager_request_log:component'] = 'The component identifier (mod_aichat) that created this log entry';
56
56
$string['privacy:metadata:local_ai_manager_request_log:contextid'] = 'The context ID of the AI chat activity where the conversation took place';
57
57
$string['privacy:metadata:local_ai_manager_request_log:promptcompletion'] = 'The AI response to the user\'s prompt';
58
58
$string['privacy:metadata:local_ai_manager_request_log:prompttext'] = 'The prompt text sent by the user to the AI';
0 commit comments