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/machine-learning/prompt-flow/how-to-develop-a-standard-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
@@ -109,9 +109,9 @@ In the LLM tool, select Connection to select one to set the LLM key or credentia
109
109
110
110
In the LLM tool and python tool, it's available to inline edit the prompt or code. Go to the card in the flatten view, select the prompt section or code section, then you can make your change there.
111
111
112
-
:::image type="content" source="./media/how-to-develop-a-standard-flow/flow-inline-edit-prompt.png" alt-text="Gif of inline editing the prompt in the LLM tool." lightbox = "./media/how-to-develop-a-standard-flow/flow-inline-edit-prompt.png":::
112
+
:::image type="content" source="./media/how-to-develop-a-standard-flow/flow-inline-edit-prompt.png" alt-text="Animation of inline editing the prompt in the LLM tool." lightbox = "./media/how-to-develop-a-standard-flow/flow-inline-edit-prompt.png":::
113
113
114
-
:::image type="content" source="./media/how-to-develop-a-standard-flow/flow-inline-edit.png" alt-text="Gif of inline editing the code in the Python tool." lightbox = "./media/how-to-develop-a-standard-flow/flow-inline-edit.png":::
114
+
:::image type="content" source="./media/how-to-develop-a-standard-flow/flow-inline-edit.png" alt-text="Animation of inline editing the code in the Python tool." lightbox = "./media/how-to-develop-a-standard-flow/flow-inline-edit.png":::
115
115
116
116
### Validate and run
117
117
@@ -168,15 +168,15 @@ Below are common scenarios for linking nodes together.
168
168
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.
169
169
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.
170
170
171
-
:::image type="content" source="./media/how-to-develop-a-standard-flow/link-llm-node-input-2.png" alt-text="Gif of scenario two editing the prompt and inputs. " lightbox = "./media/how-to-develop-a-standard-flow/link-llm-node-input-2.png":::
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
172
173
173
We support search and autosuggestion here in the drop-down. You can search by node name if you have many nodes in the flow.
174
174
175
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":::
176
176
177
177
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.
178
178
179
-
:::image type="content" source="./media/how-to-develop-a-standard-flow/link-llm-node-summary-2.png" alt-text="Gif of the LLM node showing how copying the node name works. " lightbox = "./media/how-to-develop-a-standard-flow/link-llm-node-summary-2.png":::
179
+
:::image type="content" source="./media/how-to-develop-a-standard-flow/link-llm-node-summary-2.png" alt-text="Animation of the LLM node showing how copying the node name works. " lightbox = "./media/how-to-develop-a-standard-flow/link-llm-node-summary-2.png":::
180
180
181
181
### Scenario 3 - Link LLM node with multi-output upstream node
0 commit comments