AWS Security ChangesHomeSearch

AWS sagemaker-unified-studio documentation change

Service: sagemaker-unified-studio · 2025-05-31 · Documentation low

File: sagemaker-unified-studio/latest/userguide/create-chat-app-with-components.md

Summary

Updated terminology from 'system prompt' to 'system instruction' and adjusted documentation links. Removed redundant explanation about system prompts.

Security assessment

Changes involve terminology updates and link corrections without addressing security vulnerabilities or introducing security features. The warning about avoiding sensitive information remains unchanged.

Diff

diff --git a/sagemaker-unified-studio/latest/userguide/create-chat-app-with-components.md b/sagemaker-unified-studio/latest/userguide/create-chat-app-with-components.md
index a7e157821..331006be2 100644
--- a//sagemaker-unified-studio/latest/userguide/create-chat-app-with-components.md
+++ b//sagemaker-unified-studio/latest/userguide/create-chat-app-with-components.md
@@ -41,2 +40,0 @@ To create the app, you first need to create an Amazon SageMaker Unified Studio [
-In the app, you use a system prompt to specify that the model should behave as an app that creates playlists for a radio station that plays rock and pop music. A system prompt is a type of prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation. Users can then create playlists of rock and pop songs based on different themes, such as songs that are related by artist. 
-
@@ -73 +71 @@ Generative AI may give inaccurate responses. Avoid sharing sensitive information
-    2. For **Enter a system prompt** in **Instructions for chat agent & examples**, enter `You are a chat agent app that creates 2 hour long playlists for a radio station that plays rock and pop music.`. 
+    2. For **Enter a system instruction** in **Instructions for chat agent & examples**, enter `You are a chat agent app that creates 2 hour long playlists for a radio station that plays rock and pop music.`.
@@ -103 +101 @@ The app shows the prompt and the response from the model in the **Preview** pane
-The inference parameters you can change are _Temperature_ , _Top P_ , and _Top K_. Not all models support each of these inference parameters. For more information, see [Influence model responses with inference parameters](./explore-prompts.html#inference-parameters). 
+The inference parameters you can change are _Temperature_ , _Top P_ , and _Top K_. Not all models support each of these inference parameters. For more information, see [Inference parameters](./explore-prompts.html#inference-parameters). 
@@ -357 +355 @@ In this procedure, you add a function to the app that you created in Step 1: Cre
-  6. For **Enter a system prompt** , update the system prompt so that it describes the function. Use the following text: `You are an app that creates 2 hour long playlists for a radio station that plays rock and pop music. The function Top_ten_songs_today gets the most popular song played on the radio station.`.
+  6. For **Enter a system instruction** , update the system instruction so that it describes the function. Use the following text: `You are an app that creates 2 hour long playlists for a radio station that plays rock and pop music. The function Top_ten_songs_today gets the most popular song played on the radio station.`.