Skip to content

Commit c8e71f6

Browse files
committed
fix id
1 parent 54a4cda commit c8e71f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/tutorials/copilot-sdk-evaluate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ The script also logs the evaluation results to the cloud project so that you can
6565

6666
:::code language="python" source="~/azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py" id="imports_and_config":::
6767

68-
1. Add code to create a wrapper function that implements the evaluation interface for query & response evaluation
68+
1. Add code to create a wrapper function that implements the evaluation interface for query and response evaluation
6969

7070
:::code language="python" source="~/azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py" id="evaluate_wrapper":::
7171

7272
1. Finally, add code to run the evaluation:
7373

74-
:::code language="python" source="~/azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py" id="evaluate_wrapper":::
74+
:::code language="python" source="~/azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py" id="run_evaluation":::
7575

7676
The main function allows you to view the evaluation result locally, and gives you a link to the evaluation results in AI Studio.
7777

0 commit comments

Comments
 (0)