QuestionQ106
Implement generative AI quality assurance and observabilityA team iterates on prompts used by a generative AI agent and must enable internal review before releasing changes.
The team must:
- Track prompt changes with a clear history for audit and rollback.
- Compare prompt variants in parallel without affecting the prompt used in the production environment.
Select the appropriate source-control approach for each requirement. Each source control may be used once, more than once, or not at all.
Drag & Drop
Git repository
Azure Machine Learning notebooks
Azure Storage
Branch-based workflow
Track prompt changes.
Evaluate prompt variants.
Community Discussion