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
@@ -692,7 +692,7 @@ class FoundryEvals:
|
||||
]
|
||||
if item.context:
|
||||
d["context"] = item.context
|
||||
if item.expected_output:
|
||||
if item.expected_output is not None:
|
||||
d["ground_truth"] = item.expected_output
|
||||
dicts.append(d)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user