diff --git a/content/Arduino Cloud/Arduino AI Assistant/Understand-how-the-Arduino-AI-Assistant-works-and-how-it-uses-your-data.md b/content/Arduino Cloud/Arduino AI Assistant/Understand-how-the-Arduino-AI-Assistant-works-and-how-it-uses-your-data.md index 96928a6a..de766748 100644 --- a/content/Arduino Cloud/Arduino AI Assistant/Understand-how-the-Arduino-AI-Assistant-works-and-how-it-uses-your-data.md +++ b/content/Arduino Cloud/Arduino AI Assistant/Understand-how-the-Arduino-AI-Assistant-works-and-how-it-uses-your-data.md @@ -9,14 +9,10 @@ To learn how to use the Arduino AI Assistant, see [About the Arduino AI Assistan In this article: - - - [How answers are generated](#how-answers-are-generated) - [Is my code or personal information used to train the Assistant?](#is-my-code-or-personal-information-used-to-train-the-assistant) - [Terms of use](#terms-of-use) - - ## How answers are generated The Arduino AI Assistant uses AWS services and AI models to generate code based on user prompts. @@ -37,7 +33,7 @@ The primary way Arduino improves the model output is through prompt engineering Arduino also uses a system prompt to instruct the AI model on how to handle requests, stay relevant, and avoid certain topics. Guardrails provided by AWS Bedrock are in place to avoid the generation of dangerous content. -## Is my code or personal information used to train the Assistant? +## Is my code or personal information used to train the Assistant? {#is-my-code-or-personal-information-used-to-train-the-assistant} No, your sketch and your interactions with the assistant prompt are not used for further training of the backend GenAI model.