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-studio/how-to/flow-develop.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.custom:
8
8
- ignite-2023
9
9
- build-2024
10
10
ms.topic: how-to
11
-
ms.date: 5/21/2024
11
+
ms.date: 11/08/2024
12
12
ms.reviewer: jinzhong
13
13
ms.author: lagayhar
14
14
author: lgayhardt
@@ -48,7 +48,8 @@ To create a prompt flow from the gallery in Azure AI Studio:
48
48
49
49
:::image type="content" source="../media/prompt-flow/create-standard-flow.png" alt-text="Screenshot of selecting and creating a standard flow." lightbox="../media/prompt-flow/create-standard-flow.png":::
50
50
51
-
1. The prompt flow authoring page opens. You can start authoring your flow now. By default you see a sample flow. This example flow has nodes for the LLM and Python tools.
51
+
1. The prompt flow authoring page opens. Select **Start compute session** to have a compute session running for the flow.
52
+
1. You can start authoring your flow now. By default you see a sample flow. This example flow has nodes for the LLM and Python tools.
52
53
53
54
:::image type="content" source="../media/prompt-flow/create-flow-in-out.png" alt-text="Screenshot of flow input and output on the edit prompt flow page." lightbox="../media/prompt-flow/create-flow-in-out.png":::
54
55
@@ -63,6 +64,7 @@ To create a prompt flow from the gallery in Azure AI Studio:
63
64
64
65
:::image type="content" source="../media/prompt-flow/create-flow-connection.png" alt-text="Screenshot of the selected connection and deployment in the LLM tool on the edit prompt flow page." lightbox="../media/prompt-flow/create-flow-connection.png":::
65
66
67
+
1. In the **Inputs** section, add a value for the topic. For example, "atoms."
66
68
1. Select **Run** to run the flow.
67
69
68
70
:::image type="content" source="../media/prompt-flow/create-flow-run.png" alt-text="Screenshot of where to select run on the edit prompt flow page." lightbox="../media/prompt-flow/create-flow-run.png":::
@@ -111,7 +113,7 @@ If the condition isn't met, the node is skipped. The node status is shown as "By
111
113
You can test the flow in two ways:
112
114
113
115
- Run **single node**.
114
-
- To run a single node, select the **Run icon** on node in flatten view. Once running is completed, you can quickly check result in **node output section**.
116
+
- To run a single node, select the **Run icon** on a node in the flatten view. Once running is completed, you can quickly check result in **node output section**.
115
117
- Run **the whole flow**.
116
118
- To run the whole flow, select the **Run button** at the right top.
0 commit comments