Skip to content

Commit e5fef44

Browse files
committed
some screenshot edits
1 parent ba28e1b commit e5fef44

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ In the LLM tool, select Connection to select one to set the LLM key or credentia
109109

110110
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.
111111

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":::
113113

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":::
115115

116116
### Validate and run
117117

@@ -168,15 +168,15 @@ 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="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":::
172172

173173
We support search and autosuggestion here in the drop-down. You can search by node name if you have many nodes in the flow.
174174

175175
:::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":::
176176

177177
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.
178178

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":::
180180

181181
### Scenario 3 - Link LLM node with multi-output upstream node
182182

63.6 KB
Loading
85.1 KB
Loading

0 commit comments

Comments
 (0)