Skip to content

Commit d00db42

Browse files
committed
added related links
1 parent afd1ccf commit d00db42

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

articles/ai-foundry/concepts/concept-playgrounds.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,19 @@ Let's look through the various capabilities available.
7070
Available on the multi-lingual sample code samples, "Open in VS Code" enables the automatic import of your code sample, API endpoint and key to a VS Code workspace in /azure environment. Instead of going back and forth between Foundry and IDE, "Open in VS Code" reduces six clicks to one click:
7171

7272
1. Select View Code in Chat playground and Agents playground to see the code sample.
73-
2. Select "Open in VS Code" button.
74-
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-foundry.png" alt-text="Open in VS Code button in Azure AI Foundry playground for seamless code integration." lightbox="../media/concept-playgrounds/open-in-vs-code-foundry.png":::
73+
1. Select "Open in VS Code" button.
74+
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-foundry.png" alt-text="Open in VS Code button in Azure AI Foundry playground for seamless code integration." lightbox="../media/concept-playgrounds/open-in-vs-code-foundry.png":::
7575

76-
4. You're redirected to /azure environment of VS Code with importing of your code sample, API endpoint and key.
77-
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-vscode.png" alt-text="VS Code environment showing imported code sample, API endpoint, and key from Foundry playground." lightbox="../media/concept-playgrounds/open-in-vs-code-vscode.png":::
76+
1. You're redirected to /azure environment of VS Code with importing of your code sample, API endpoint and key.
77+
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-vscode.png" alt-text="VS Code environment showing imported code sample, API endpoint, and key from Foundry playground." lightbox="../media/concept-playgrounds/open-in-vs-code-vscode.png":::
7878

79-
6. Browse through the `READ.ME` file for instructions to run your model.
80-
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-readme.png" alt-text="README file in VS Code with instructions for running the imported model." lightbox="../media/concept-playgrounds/open-in-vs-code-readme.png":::
79+
1. Browse through the `READ.ME` file for instructions to run your model.
80+
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-readme.png" alt-text="README file in VS Code with instructions for running the imported model." lightbox="../media/concept-playgrounds/open-in-vs-code-readme.png":::
8181

82-
8. Your code sample is automatically transferred to the `run_model.py`.
83-
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-run-model.png" alt-text="Code sample automatically transferred to run_model.py in VS Code." lightbox="../media/concept-playgrounds/open-in-vs-code-run-model.png":::
82+
1. Your code sample is automatically transferred to the `run_model.py`.
83+
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-run-model.png" alt-text="Code sample automatically transferred to run_model.py in VS Code." lightbox="../media/concept-playgrounds/open-in-vs-code-run-model.png":::
8484

85-
10. Relevant dependencies in the `requirements.txt` file.
85+
1. Relevant dependencies in the `requirements.txt` file.
8686
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-requirements.png" alt-text="Relevant dependencies listed in the requirements.txt file in VS Code." lightbox="../media/concept-playgrounds/open-in-vs-code-requirements.png":::
8787

8888

@@ -105,17 +105,15 @@ For all reasoning models, we introduce a chain-of-thought summary drop-down to s
105105
With the audio playground, you can use text-to-speech and transcription capabilities with the latest audio models from Azure OpenAI.
106106

107107
1. Start with a text input prompt and rewrite the input with AI (coming soon).
108-
2. Adjust model parameters like voice and language.
109-
3. Receive a speech output with playback controls (play, rewind, forward, adjust speed and volume).
110-
4. Download to local as a .wav file.
111-
112-
:::image type="content" source="../media/concept-playgrounds/audio-playground-text-to-speech.png" alt-text="Audio playground interface showcasing text-to-speech capabilities with playback controls." lightbox="../media/concept-playgrounds/audio-playground-text-to-speech.png":::
108+
1. Adjust model parameters like voice and language.
109+
1. Receive a speech output with playback controls (play, rewind, forward, adjust speed and volume).
110+
1. Download to local as a .wav file.
111+
:::image type="content" source="../media/concept-playgrounds/audio-playground-text-to-speech.png" alt-text="Audio playground interface showcasing text-to-speech capabilities with playback controls." lightbox="../media/concept-playgrounds/audio-playground-text-to-speech.png":::
113112

114113
1. Start with an audio file by either upload audio file, recording the audio from the prompt bar or speaking directly to the model.
115-
2. Include a phrase list as a text mechanism to guide the audio input.
116-
3. Once the audio input has been sent to the model, receive a transcribed output as text and JSON.
117-
118-
:::image type="content" source="../media/concept-playgrounds/audio-playground-transcribe.png" alt-text="Audio playground interface demonstrating transcription output from audio input." lightbox="../media/concept-playgrounds/audio-playground-transcribe.png":::
114+
1. Include a phrase list as a text mechanism to guide the audio input.
115+
1. Once the audio input has been sent to the model, receive a transcribed output as text and JSON.
116+
:::image type="content" source="../media/concept-playgrounds/audio-playground-transcribe.png" alt-text="Audio playground interface demonstrating transcription output from audio input." lightbox="../media/concept-playgrounds/audio-playground-transcribe.png":::
119117

120118
## Images playground
121119

@@ -234,4 +232,5 @@ When using the video playground as you plan your production workload, you can ex
234232
- What's the cost-performance tradeoff of generating 5s vs. 15s clips?
235233

236234
## Related resources
237-
-
235+
- [Use the chat playground in Azure AI Foundry portal](../quickstarts/get-started-playground.md)
236+
- [Quickstart: Create a new agent (Preview)](../../ai-services/agents/quickstart.md)

0 commit comments

Comments
 (0)