Skip to content

Commit 38338b9

Browse files
authored
Update how-to-develop-a-standard-flow.md
1 parent 5cf4909 commit 38338b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,9 @@ Below are common scenarios for linking nodes together.
168168
1. Edit the prompt box, add another input by `{{summary}}`, select **Validate and parse input**, then you'll see an input called summary is created in inputs section.
169169
2. In the value drop-down, select ${summarize_text_content.output}, then you'll see in the graph view that the newly created LLM node is linked to the upstream summarize_text_content node. When running the flow, the summary input of the node will be replaced by summarize_text_content node output on the fly.
170170

171-
:::image type="content" source="./media/how-to-develop-a-standard-flow/link-llm-node-input-2.png" alt-text="Animation of scenario two editing the prompt and inputs. " lightbox = "./media/how-to-develop-a-standard-flow/link-llm-node-input-2.png":::
172-
173171
We support search and autosuggestion here in the drop-down. You can search by node name if you have many nodes in the flow.
174172

175-
:::image type="content" source="./media/how-to-develop-a-standard-flow/flow-auto-suggestion.png" alt-text="Screenshot of showing the value drop-down menu. " lightbox = "./media/how-to-develop-a-standard-flow/flow-auto-suggestion.png":::
173+
:::image type="content" source="./media/how-to-develop-a-standard-flow/link-llm-node-input-2.png" alt-text="Animation of scenario two editing the prompt and inputs. " lightbox = "./media/how-to-develop-a-standard-flow/link-llm-node-input-2.png":::
176174

177175
You can also navigate to the node you want to link with, copy the node name, navigate back to the newly created LLM node, paste in the input value field.
178176

0 commit comments

Comments
 (0)