From 340730669aecdc67cc4733a9ac9b13b43c0836e4 Mon Sep 17 00:00:00 2001 From: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com> Date: Fri, 7 Aug 2026 00:20:30 -0700 Subject: [PATCH] [TEST] CI gating probe: examples/dataset (cross-lane dep) Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com> --- examples/dataset/conversation_utils.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/dataset/conversation_utils.py b/examples/dataset/conversation_utils.py index 1b80d592581..88aa494f844 100644 --- a/examples/dataset/conversation_utils.py +++ b/examples/dataset/conversation_utils.py @@ -198,3 +198,6 @@ def normalize_messages(example: dict[str, Any], idx: int) -> dict[str, Any]: normalized.append({"role": "system", "content": m.get("content") or ""}) # other roles (e.g. function, unknown) are dropped return {"messages": normalized} + + +# ci gating probe