Skip to content

Commit ba978cc

Browse files
committed
cx
1 parent d704190 commit ba978cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/prompt-flow/how-to-integrate-with-llm-app-devops.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: how-to
1111
author: lgayhardt
1212
ms.author: lagayhar
1313
ms.reviewer: chenlujiao
14-
ms.date: 10/31/2024
14+
ms.date: 11/01/2024
1515
---
1616

1717
# Integrate prompt flow with DevOps for LLM-based applications
@@ -408,7 +408,7 @@ pfazure run show-details --name <run-name>
408408
# [Python SDK](#tab/python)
409409

410410
```python
411-
details = pf.get_details(run-name)
411+
details = pf.get_details("<run-name>")
412412
details.head(10)
413413
```
414414

@@ -425,7 +425,7 @@ pfazure run show-metrics --name <evaluation-run-name>
425425
# [Python SDK](#tab/python)
426426

427427
```python
428-
pf.get_metrics("evaluation-run-name")
428+
pf.get_metrics("<evaluation-run-name>")
429429
```
430430
---
431431

0 commit comments

Comments
 (0)