Skip to content

Commit a1a2046

Browse files
committed
fix
1 parent fcc7e10 commit a1a2046

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eval_protocol/benchmarks/test_glm_streaming_compliance.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,9 @@ def test_glm_streaming_tool_call(row: EvaluationRow) -> EvaluationRow:
336336
),
337337
metrics=metrics,
338338
)
339+
try:
340+
row.model_dump(exclude_none=True, mode="json")
341+
except Exception as exc: # pragma: no cover - debug helper
342+
print("DEBUG model_dump failure", exc, row.messages)
343+
339344
return row

0 commit comments

Comments
 (0)