From 4c1c673bd2e5b32136cec5b0793e2c4ee7efc565 Mon Sep 17 00:00:00 2001 From: Sara Robinson Date: Fri, 24 Jul 2026 13:14:33 -0700 Subject: [PATCH] chore: internal change PiperOrigin-RevId: 953522211 --- agentplatform/_genai/evals.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agentplatform/_genai/evals.py b/agentplatform/_genai/evals.py index d682d3be47..f94141ccd8 100644 --- a/agentplatform/_genai/evals.py +++ b/agentplatform/_genai/evals.py @@ -15,6 +15,8 @@ # Code generated by the Google Gen AI SDK generator DO NOT EDIT. +# Test this should trigger the diff test + import json import logging from typing import Any, Callable, Optional, Union, cast