Skip to content

Commit effbc06

Browse files
authored
Merge pull request #121002 from sevillal/sevillal-fix-deploy-copilot-sdk
Update deploy-copilot-sdk.md
2 parents 465884d + 5ee2ed7 commit effbc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ You can see that the `chat_completion` function does the following:
548548
549549
Now, you improve the prompt used in the chat function and later evaluate how well the quality of the copilot responses improved.
550550
551-
You use the following evaluation dataset, which contains a bunch of example questions and answers. The evaluation dataset is located at `src/copilot_aisdk/system-message.jinja2` in the copilot sample repository.
551+
You use the following evaluation dataset, which contains a bunch of example questions and answers. The evaluation dataset is located at `src/tests/evaluation_dataset.jsonl` in the copilot sample repository.
552552
553553
```jsonl
554554
{"question": "Which tent is the most waterproof?", "truth": "The Alpine Explorer Tent has the highest rainfly waterproof rating at 3000m"}

0 commit comments

Comments
 (0)