From eaee713925f631c2138a210886ee4cf6a4547855 Mon Sep 17 00:00:00 2001 From: Amy Wu Date: Tue, 24 Mar 2026 14:48:59 -0700 Subject: [PATCH] chore: internal changes PiperOrigin-RevId: 888867137 --- vertexai/_genai/datasets.py | 1 + vertexai/_genai/prompts.py | 1 + 2 files changed, 2 insertions(+) diff --git a/vertexai/_genai/datasets.py b/vertexai/_genai/datasets.py index 77b3cd97f0..d90bcdab2a 100644 --- a/vertexai/_genai/datasets.py +++ b/vertexai/_genai/datasets.py @@ -15,6 +15,7 @@ # Code generated by the Google Gen AI SDK generator DO NOT EDIT. +import asyncio import asyncio import json import logging diff --git a/vertexai/_genai/prompts.py b/vertexai/_genai/prompts.py index 6ed6da8bca..8888c35319 100644 --- a/vertexai/_genai/prompts.py +++ b/vertexai/_genai/prompts.py @@ -15,6 +15,7 @@ # Code generated by the Google Gen AI SDK generator DO NOT EDIT. +import asyncio import asyncio import datetime import json