From 5a88a5a8de2741968aed6fa994720459c1eb5b03 Mon Sep 17 00:00:00 2001 From: Aishanee Shah Date: Thu, 14 May 2026 21:05:14 +0000 Subject: [PATCH] fix: correctly import GoogleGenAI as a value --- packages/core/src/core/contentGenerator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/core/contentGenerator.ts b/packages/core/src/core/contentGenerator.ts index 62afe43b56..4819061dbf 100644 --- a/packages/core/src/core/contentGenerator.ts +++ b/packages/core/src/core/contentGenerator.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -import type { +import { EmbedContentResponse, GoogleGenAI, type Content,