Skip to content

Commit cfc9437

Browse files
authored
PR review: Update how-to-evaluate-semantic-kernel.md
Change nonsequential list from numbers to bullets.
1 parent 180295d commit cfc9437

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ You can check the aggregated metric in the **Metrics** tab.
126126

127127
If you find that your plugins and planners aren't performing as well as they should, you can take steps to make them better. The following high-level recommendations can improve the effectiveness of your plugins and planners.
128128

129-
1. Use a more advanced model like GPT-4 instead of GPT-3.5-turbo.
130-
1. Improve your plugin descriptions so they’re easier for the planner to use.
131-
1. Inject more help to the planner when you send the user request.
129+
- Use a more advanced model like GPT-4 instead of GPT-3.5-turbo.
130+
- Improve your plugin descriptions so they’re easier for the planner to use.
131+
- Inject more help to the planner when you send the user request.
132132

133133
A combination of these three actions can turn a failing planner into a winning one. By the end of the enhancement and evaluation process, you should have a planner that can correctly answer all of the benchmark data.
134134

0 commit comments

Comments
 (0)