chore: remove reference to genai SDK folder.

Added `from __future__ import annotations` to follow the best practice.

PiperOrigin-RevId: 764473253
This commit is contained in:
Liang Wu 2025-05-28 16:53:39 -07:00 committed by Copybara-Service
parent 3489bb598d
commit 2a8ca06c3e

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Forked from google3/third_party/py/google/genai/_automatic_function_calling_util.py temporarily."""
from __future__ import annotations
import inspect
from types import FunctionType