Skip to content

Commit 9aed3e3

Browse files
authored
Update task_adherence.ipynb (#40315)
* Update task_adherence.ipynb * Update instructions.md
1 parent b8355e0 commit 9aed3e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/evaluation/azure-ai-evaluation/samples/agent_evaluators/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cd azure-sdk-for-python/sdk/evaluation/azure-ai-evaluation/samples/agent_evaluat
3131
```
3232
2. Install the required packages by running the following command:
3333
```bash
34-
pip install "git+https://github.com/Azure/azure-sdk-for-python.git@main#egg=azure-ai-evaluation&subdirectory=sdk/evaluation/azure-ai-evaluation" azure-ai-projects ipykernel azure-ai-identity
34+
pip install "git+https://github.com/Azure/azure-sdk-for-python.git@main#egg=azure-ai-evaluation&subdirectory=sdk/evaluation/azure-ai-evaluation" azure-ai-projects ipykernel azure-identity
3535
```
3636
3. To run the examples from the notebook, please install the kernel in your environment:
3737
```bash

sdk/evaluation/azure-ai-evaluation/samples/agent_evaluators/task_adherence.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"### Getting Started\n",
1515
"\n",
16-
"This sample demonstrates how to use Intent Resolution Evaluator\n",
16+
"This sample demonstrates how to use Task Adherence Evaluator\n",
1717
"Before running the sample:\n",
1818
"```bash\n",
1919
"pip install azure-ai-projects azure-identity azure-ai-evaluation\n",

0 commit comments

Comments
 (0)