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: articles/ai-foundry/concepts/concept-playgrounds.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ The agents playground allows you to explore, prototype, and test agents without
86
86
87
87
The chat playground is the place to test the latest reasoning models from Azure OpenAI, DeepSeek, and Meta. To learn more about the chat playground, see the [Quickstart: Use the chat playground in Azure AI Foundry portal](../quickstarts/get-started-playground.md).
88
88
89
-
For all reasoning models, the chat playground provides a chain-of-thought summary drop-down that let's you see how the model was thinking through its response ahead of sharing the output.
89
+
For all reasoning models, the chat playground provides a chain-of-thought summary drop-down that lets you see how the model was thinking through its response ahead of sharing the output.
90
90
91
91
:::image type="content" source="../media/concept-playgrounds/chat-playground-cot-summary.png" alt-text="Screenshot of the Chat playground interface for exploring, prototyping, and testing chat models without code." lightbox="../media/concept-playgrounds/chat-playground-cot-summary.png":::
92
92
@@ -144,15 +144,15 @@ Follow these steps to use the video playground:
144
144
145
145
1. Go to the **Generation history** tab to review your generations as a grid or list view. When you select the videos, open them in full screen mode for full immersion. Visually observe outputs across prompt tweaks or parameter changes.
146
146
1. In full screen mode, edit the prompt and submit for regeneration.
147
-
1. Either in full screen mode or through the options button that show up when you hover across the video, download the videos to your local computer, view the generation information generation tag, view code, or delete the video.
147
+
1. Either in full screen mode or through the options button that shows up when you hover across the video, download the videos to your local computer, view the generation information generation tag, view code, or delete the video.
148
148
:::image type="content" source="../media/concept-playgrounds/options-menu-for-generated-video.png" alt-text="Screenshot showing the options button for downloading, viewing details, and deleting a generated image." lightbox="../media/concept-playgrounds/options-menu-for-generated-video.png":::
149
149
150
150
1. Select **View code** from the options menu to view contextual sample code for your video generations in several languages, including Python, Java, JavaScript, C# **Port to production with multi-lingual code samples:** Use Python, JavaScript, C#, and more. Copy your code into VS Code.
151
151
152
152
153
153
### What to validate when experimenting in video playground
154
154
155
-
When using the video playground as you plan your production workload, you can explore and validate the following:
155
+
When using the video playground as you plan your production workload, you can explore and validate the following attributes:
156
156
157
157
-**Prompt-to-Motion Translation**
158
158
- Does the video model interpret my prompt in a way that makes logical and temporal sense?
0 commit comments