Skip to content

Instantly share code, notes, and snippets.

View creyesp's full-sized avatar

César Reyes creyesp

View GitHub Profile
@inardini
inardini / adk_agent_engine_multimodal_query.py
Last active March 1, 2026 04:34
Sends a multimodal query to ADK agent hosted on Vertex AI Agent Engine.
import os
import vertexai
from vertexai import agent_engines
from typing import Optional, Dict, Any
def query_multimodal_agent(
project_id: str,
location: str,
agent_engine_id: str,
file_gcs_uri: str,
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.