Skip to content

Commit 105c069

Browse files
Merge pull request #7220 from lgayhardt/patch-85
freshness
2 parents e14142d + d3ca8cf commit 105c069

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/ai-foundry/how-to/flow-bulk-test-evaluation.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- hub-only
1111
ms.topic: how-to
12-
ms.date: 5/21/2024
12+
ms.date: 9/22/2025
1313
ms.reviewer: none
1414
ms.author: lagayhar
1515
author: lgayhardt
@@ -88,6 +88,13 @@ In the run detail page, you can select **Details** to check the details of this
8888

8989
This will firstly direct you to the **Output tab** to view the inputs and outputs line by line. The output tab page displays a table list of results, including the **line ID**, **input**, **output**, **status**, **system metrics**, and **created time**.
9090

91+
Tracing is disabled by default, to enable tracing you need to set the environment variable `PF_DISABLE_TRACING` to `false`. One way you can do this is by adding the following to the python node:
92+
93+
```python
94+
import os
95+
os.environ["PF_DISABLE_TRACING"] = "false"
96+
```
97+
9198
For each line, selecting **View trace** allows you to observe and debug that particular test case in its trace detailed page.
9299

93100
:::image type="content" source="../media/prompt-flow/batch-run-evaluate/batch-run-output.png" alt-text="This screenshot shows the batch run output." lightbox="../media/prompt-flow/batch-run-evaluate/batch-run-output.png":::

0 commit comments

Comments
 (0)