. /** * Strings for component 'ai', language 'en' * * @package core * @category string * @copyright 2024 Matt Porritt * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['acceptai'] = 'Accept and continue'; $string['action'] = 'Action'; $string['action_generate_image'] = 'Generate image'; $string['action_generate_image_desc'] = 'Generates an image based on a text prompt.'; $string['action_generate_text'] = 'Generate text'; $string['action_generate_text_desc'] = 'Generates text based on a text prompt.'; $string['action_generate_text_instruction'] = 'You will receive a text input from the user. Your task is to generate text based on their request. Follow these important instructions: 1. Return the summary in plain text only. 2. Do not include any markdown formatting, greetings, or platitudes.'; $string['action_summarise_text'] = 'Summarise text'; $string['action_summarise_text_desc'] = 'Summarises the text content on a course page.'; $string['action_summarise_text_instruction'] = 'You will receive a text input from the user. Your task is to summarize the provided text. Follow these guidelines: 1. Condense: Shorten long passages into key points. 2. Simplify: Make complex information easier to understand, especially for learners. Important Instructions: 1. Return the summary in plain text only. 2. Do not include any markdown formatting, greetings, or platitudes. 3. Focus on clarity, conciseness, and accessibility. Ensure the summary is easy to read and effectively conveys the main points of the original text.'; $string['action_translate_text'] = 'Translate text'; $string['action_translate_text_desc'] = 'Translate provided text from one language to another.'; $string['actionsettingprovider'] = '{$a} action settings'; $string['actionsettingprovider_desc'] = 'These settings control how the {$a->providername} performs the action {$a->actionname}.'; $string['ai'] = 'AI'; $string['aiplacements'] = 'AI placements'; $string['aiproviders'] = 'AI providers'; $string['aiusagepolicy'] = 'AI usage policy'; $string['availableplacements'] = 'Choose where AI actions are available'; $string['availableplacements_desc'] = 'Placements define how and where AI actions can be used in your site. You can choose which actions are available in each placement through the settings.'; $string['availableproviders'] = 'Manage the AI providers connected to your LMS'; $string['availableproviders_desc'] = 'AI providers add AI functionality to your site through \'actions\' like text summarisation or image generation.
You can manage the actions for each provider in their settings.'; $string['contentwatermark'] = 'Generated by AI'; $string['declineaipolicy'] = 'Decline'; $string['manageaiplacements'] = 'Manage AI placements'; $string['manageaiproviders'] = 'Manage AI providers'; $string['noproviders'] = 'This action is unavailable. No providers are configured for this action'; $string['placement'] = 'Placement'; $string['placementactionsettings'] = 'Actions'; $string['placementactionsettings_desc'] = 'The AI actions available for this placement.'; $string['placementsettings'] = 'Placement specific settings'; $string['placementsettings_desc'] = 'These settings control various aspects of this AI placement.
They control how the placement connects to the AI service, and related operations'; $string['privacy:metadata:ai_action_generate_image'] = 'A table storing the image generation requests made by users.'; $string['privacy:metadata:ai_action_generate_image:aspectratio'] = 'The aspect ratio of the generated images.'; $string['privacy:metadata:ai_action_generate_image:numberimages'] = 'The number of images generated.'; $string['privacy:metadata:ai_action_generate_image:prompt'] = 'The prompt for the image generation request.'; $string['privacy:metadata:ai_action_generate_image:quality'] = 'The quality of the generated images.'; $string['privacy:metadata:ai_action_generate_image:revisedprompt'] = 'The revised prompt of the generated images.'; $string['privacy:metadata:ai_action_generate_image:sourceurl'] = 'The source URL of the generated images.'; $string['privacy:metadata:ai_action_generate_image:style'] = 'The style of the generated images.'; $string['privacy:metadata:ai_action_generate_text'] = 'A table storing the text generation requests made by users.'; $string['privacy:metadata:ai_action_generate_text:completiontoken'] = 'The completion tokens used to generate the text.'; $string['privacy:metadata:ai_action_generate_text:fingerprint'] = 'The unique hash representing the state/version of the model and content.'; $string['privacy:metadata:ai_action_generate_text:generatedcontent'] = 'The actual text generated by the AI model based on the input prompt.'; $string['privacy:metadata:ai_action_generate_text:prompt'] = 'The prompt for the text generation request.'; $string['privacy:metadata:ai_action_generate_text:prompttokens'] = 'The prompt tokens used to generate the text.'; $string['privacy:metadata:ai_action_generate_text:responseid'] = 'The ID of the response.'; $string['privacy:metadata:ai_action_register'] = 'A table storing the action requests made by users.'; $string['privacy:metadata:ai_action_register:actionid'] = 'The ID of the action request.'; $string['privacy:metadata:ai_action_register:actionname'] = 'The action name of the request.'; $string['privacy:metadata:ai_action_register:provider'] = 'The name of the provider that handled the request.'; $string['privacy:metadata:ai_action_register:success'] = 'The state of the action request.'; $string['privacy:metadata:ai_action_register:timecompleted'] = 'The completed time of the request.'; $string['privacy:metadata:ai_action_register:timecreated'] = 'The created time of the request.'; $string['privacy:metadata:ai_action_register:userid'] = 'The ID of the user who made the request.'; $string['privacy:metadata:ai_action_summarise_text'] = 'A table storing the summarise text requests made by users.'; $string['privacy:metadata:ai_action_summarise_text:completiontoken'] = 'The completion tokens used to summarise the text.'; $string['privacy:metadata:ai_action_summarise_text:fingerprint'] = 'The unique hash representing the state/version of the model and content.'; $string['privacy:metadata:ai_action_summarise_text:generatedcontent'] = 'The actual text generated by the AI model based on the input prompt.'; $string['privacy:metadata:ai_action_summarise_text:prompt'] = 'The prompt for the summarise text request.'; $string['privacy:metadata:ai_action_summarise_text:prompttokens'] = 'The prompt tokens used to summarise the text.'; $string['privacy:metadata:ai_action_summarise_text:responseid'] = 'The ID of the response.'; $string['privacy:metadata:ai_policy_register'] = 'A table storing the status of the AI policy acceptance for each user.'; $string['privacy:metadata:ai_policy_register:contextid'] = 'The ID of the context whose data was saved.'; $string['privacy:metadata:ai_policy_register:timeaccepted'] = 'The time the user accepted the AI policy.'; $string['privacy:metadata:ai_policy_register:userid'] = 'The ID of the user whose data was saved.'; $string['provider'] = 'Provider'; $string['provideractionsettings'] = 'Actions'; $string['provideractionsettings_desc'] = 'Choose and configure the actions that the {$a} can perform on your site.'; $string['providers'] = 'Providers'; $string['providersettings'] = 'Settings'; $string['userpolicy'] = 'Welcome to the new AI feature!
This Artificial Intelligence (AI) feature is based solely on external Large Language Models (LLM) to improve your learning and teaching experience. Before you start using these AI services, please read this usage policy.

Accuracy of AI-generated content
AI can give useful suggestions and information, but its accuracy may vary. You should always double-check the information provided to make sure it\'s accurate, complete, and suitable for your specific situation.

How your data is processed
This AI feature uses external Large Language Models (LLM). If you use this feature, any information or personal data you share will be handled according to the privacy policy of those LLMs. We recommend that you read their privacy policy to understand how they will handle your data. Additionally, a record of your interactions with the AI features may be saved in this site.
If you have questions about how your data is processed, please check with your teachers or learning organisation.
By continuing, you acknowledge that you understand and agree to this policy.';