mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
d907590494
commit
bab4c9ad76
@@ -5,7 +5,7 @@
|
||||
This sample demonstrates three patterns:
|
||||
1. Post-hoc: Run the workflow, then evaluate the result you already have.
|
||||
2. Run + evaluate: Pass queries and let evaluate_workflow() run the workflow for you.
|
||||
3. Similarity: Evaluate an agent's output against ground-truth reference answers.
|
||||
3. Similarity: Evaluate the workflow's final output against ground-truth reference answers.
|
||||
|
||||
Patterns 1 & 2 return a list of results (one per provider), each with a per-agent
|
||||
breakdown in sub_results so you can identify which agent is underperforming.
|
||||
|
||||
Reference in New Issue
Block a user