Provide seamless access to Google Cloud's Vertex AI Gemini models for coding assistance and general query answering. Enable enhanced query responses grounded in web search, direct knowledge, or official documentation. Configure and use a variety of tools to interact with Vertex AI models efficiently and reliably.
Tools
answer_query_websearch
Answers a natural language query using the configured Vertex AI model (gemini-1.5-pro-latest) enhanced with Google Search results for up-to-date information. Requires a 'query' string.
answer_query_direct
Answers a natural language query using only the internal knowledge of the configured Vertex AI model (gemini-1.5-pro-latest). Does not use web search. Requires a 'query' string.
explain_topic_with_docs
Provides a detailed explanation for a query about a specific software topic by synthesizing information primarily from official documentation found via web search. Focuses on comprehensive answers, context, and adherence to documented details. Uses the configured Vertex AI model (gemini-1.5-pro-latest) with Google Search. Requires 'topic' and 'query'.
get_doc_snippets
Provides precise, authoritative code snippets or concise answers for technical queries by searching official documentation. Focuses on delivering exact solutions without unnecessary explanation. Uses the configured Vertex AI model (gemini-1.5-pro-latest) with Google Search. Requires 'topic' and 'query'.
Installation
Please Login
Login to configure this server.