Skip to content

Commit b7b2db0

Browse files
committed
fix wording
1 parent 0726fb4 commit b7b2db0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

learn-pr/wwl-data-ai/prompt-versioning-genaiops/includes/2-version-control-for-prompts.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Without proper management, predictable failures emerge:
3333
- **Crisis recovery**: Production breaks, but you can't restore the working version because changes weren't tracked
3434
- **Lost knowledge**: Months later, you remove "unnecessary" instructions that were critical safety measures
3535

36-
## Evaluate how proper prompt management solves these problems
36+
## Achieve systematic prompt operations
3737

3838
Version control transforms prompt chaos into systematic operations:
3939

@@ -46,6 +46,4 @@ Version control transforms prompt chaos into systematic operations:
4646
> [!TIP]
4747
> This systematic approach gives you confidence to iterate quickly while maintaining reliability. Changes become improvements, not risks.
4848
49-
## Implement GitHub for prompt management
50-
51-
You understand why prompts need version control. In the next unit, you'll learn how to use GitHub to implement proper prompt management. From storing prompts in repositories, to managing changes through pull requests. You explore how familiar GitHub workflows adapt perfectly to prompt versioning needs.
49+
Now that you understand why version control matters for prompts, you're ready to explore how Microsoft Foundry manages agent versions and how your prompts integrate with agent definitions.

0 commit comments

Comments
 (0)