Skip to content

Commit ba8792d

Browse files
committed
draft
1 parent ce227f3 commit ba8792d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/prompt-flow/how-to-evaluate-semantic-kernel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The integration of Semantic Kernel with prompt flow allows you to:
4848

4949
Similar to the integration of LangChain with prompt flow, Semantic Kernel supports Python and can operate in a Python node within a prompt flow.
5050

51-
:::image type="content" source="./media/how-to-evaluate-semantic-kernel/prompt-flow-end-result.png" alt-text="Diagram of prompt flow with Semantic Kernel." border="false"":::
51+
:::image type="content" source="./media/how-to-evaluate-semantic-kernel/prompt-flow-end-result.png" alt-text="Diagram of prompt flow with Semantic Kernel." border="false":::
5252

5353
For this example, you create a flow with a Semantic Kernel planner that solves math problems.
5454

@@ -72,7 +72,7 @@ For this example, you create a flow with a Semantic Kernel planner that solves m
7272

7373
Instead of manually testing each different scenario, you can automatically run large batches of tests using prompt flow and benchmark data.
7474

75-
:::image type="content" source="./media/how-to-evaluate-semantic-kernel/using-batch-runs-with-prompt-flow.png" alt-text="Diagram showing batch runs with prompt flow for Semantic Kernel." border: "false":::
75+
:::image type="content" source="./media/how-to-evaluate-semantic-kernel/using-batch-runs-with-prompt-flow.png" alt-text="Diagram showing batch runs with prompt flow for Semantic Kernel." border="false":::
7676

7777
Use batches with prompt flow to run batch tests on your planner that uses the math plugin. By defining several word problems, you can quickly test any changes to your plugins or planners so you can catch regressions early.
7878

0 commit comments

Comments
 (0)