Skip to content

Commit dc15db0

Browse files
authored
Merge pull request #111891 from neshvig10/patch-1
Update how-to-develop-a-standard-flow.md
2 parents e29d8c5 + a51aa3d commit dc15db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/prompt-flow/how-to-develop-a-standard-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ At the left, it's the flatten view, the main working area where you can author t
4141
At the right, it's the graph view for visualization only. It shows the flow structure you're developing, including the tools and their links. You can zoom in, zoom out, auto layout, etc.
4242

4343
> [!NOTE]
44-
> You cannot edit the graph view. To edit one tool node, you can double-click the node to locate to the corresponding tool card in the flatten view the do the inline edit.
44+
> You cannot edit the graph view. To edit one tool node, you can double-click the node to locate to the corresponding tool card in the flatten view, then do the inline edit.
4545
4646
:::image type="content" source="./media/how-to-develop-a-standard-flow/flow-graph-view.png" alt-text="Screenshot of Web Classification highlighting the graph view. " lightbox = "./media/how-to-develop-a-standard-flow/flow-graph-view.png":::
4747

@@ -222,4 +222,4 @@ First define flow output schema, then select in drop-down the node whose output
222222

223223
- [Develop a customized evaluation flow](how-to-develop-an-evaluation-flow.md)
224224
- [Tune prompts using variants](how-to-tune-prompts-using-variants.md)
225-
- [Deploy a flow](how-to-deploy-for-real-time-inference.md)
225+
- [Deploy a flow](how-to-deploy-for-real-time-inference.md)

0 commit comments

Comments
 (0)