Skip to content

Commit bc0728f

Browse files
Refactor version comparison workflows section
Updated formatting for version comparison workflows in the documentation.
1 parent 7620a87 commit bc0728f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

learn-pr/wwl-data-ai/prompt-versioning-genaiops/includes/3-foundry-agents-prompt-versioning.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ This approach separates prompt content from deployment code:
9494

9595
When you deploy multiple agent versions, you gain powerful comparison capabilities:
9696

97-
1. **Test identical scenarios** across versions to measure improvement
98-
2. **Compare responses** to the same user questions
99-
3. **Identify regressions** where newer versions perform worse
100-
4. **Document evolution** showing how prompts developed over time
97+
- **Test identical scenarios** across versions to measure improvement
98+
- **Compare responses** to the same user questions
99+
- **Identify regressions** where newer versions perform worse
100+
- **Document evolution** showing how prompts developed over time
101101

102102
You can switch between deployed agent versions through both the Microsoft Foundry portal and the Python SDK. In the portal, select different versions and observe how the same input produces different outputs. Through the SDK, list all agent versions programmatically to automate comparison workflows. This directly demonstrates prompt impact on behavior.
103103

0 commit comments

Comments
 (0)