Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
chetantoshniwal
2026-04-13 15:20:58 -07:00
committed by GitHub
Unverified
parent d907590494
commit bab4c9ad76
3 changed files with 4 additions and 2 deletions
@@ -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)