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-services/language-service/tutorials/prompt-flow.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.date: 07/09/2024
15
15
16
16
[Prompt flow in Azure AI Studio](../../../ai-studio/how-to/prompt-flow.md) is a development tool designed to streamline the entire development cycle of AI applications powered by Large Language Models (LLMs). You can explore and quickly start to use and fine-tune various natural language processing capabilities from Azure AI Language, reducing your time to value and deploying solutions with reliable evaluation.
17
17
18
-
This tutorial will teach you how to use Language in prompt flow utilizing [Azure AI Studio](https://ai.azure.com). |
18
+
This tutorial teaches you how to use Language in prompt flow utilizing [Azure AI Studio](https://ai.azure.com). |
19
19
20
20
## Prerequisites
21
21
@@ -39,7 +39,7 @@ Your project is used to organize your work and save state.
39
39
40
40
## Using Azure AI Language via the prompt flow gallery
41
41
42
-
You can create a Azure AI Language flow by either cloning the samples available in the gallery or creating a flow from scratch. If you already have flow files in local or file share, you can also import the files to create a flow. For the purposes of this tuturial we'll be using the prebuilt **Analyze Conversations** flow.
42
+
You can create an Azure AI Language flow by either cloning the samples available in the gallery or creating a flow from scratch. If you already have flow files in local or file share, you can also import the files to create a flow. For the purposes of this tutorial we'll be using the prebuilt **Analyze Conversations** flow.
43
43
44
44
To create a prompt flow from the gallery in Azure AI Studio:
45
45
@@ -53,13 +53,13 @@ To create a prompt flow from the gallery in Azure AI Studio:
53
53
54
54
1. In the right sidebar, name the folder and click the **Clone** button.
55
55
56
-
1. After the process is complete, you will be taken to the prompt flow wizard. Click **Start Compute Session** in the upper right hand corner to begin. The various parts of the wizard are out lined below:
56
+
1. After the process is complete, you'll be taken to the prompt flow wizard. Click **Start Compute Session** in the upper right hand corner to begin. The various parts of the wizard are out lined below:
57
57
58
58
:::image type="content" source="../media/prompt-flow/prompt-flow-wizard.png" alt-text="Screenshot of the prompt flow wizard page with each part of the tool numbered." lightbox="../media/prompt-flow/prompt-flow-wizard.png":::
59
59
60
60
1. A graph view of your flow.
61
61
1. Files in your flow. Click the arrow to expand this section.
62
-
1. Azure AI Language tools in the “More tools” dropdown menu, which you can add capabilities that you need for your flow. There are more tools that you can add from LLM, Prompt, and Python menu. This menu is only accessible after the compute session has started.
62
+
1. Azure AI Language tools in the "More tools" dropdown menu, which you can add capabilities that you need for your flow. There are more tools that you can add from LLM, Prompt, and Python menu. This menu is only accessible after the compute session has started.
0 commit comments