mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-04 12:15:09 -05:00
Introduces a new Hugo shortcode, `includeRegion`, to allow embedding specific, tagged regions from source files directly into Markdown content. This helps maintain a single source of truth for code snippets and other repeated content, such as setup instructions, preventing duplication and simplifying updates across multiple quickstart guides. Demo PR: https://github.com/googleapis/genai-toolbox/pull/1179 --------- Co-authored-by: Anmol Shukla <shuklaanmol@google.com>
1010 B
1010 B
If you plan to use Google Cloud’s Vertex AI with your agent (e.g., using
vertexai=True or a Google GenAI model), follow these one-time setup steps for
local development:
-
Set your project and enable Vertex AI
gcloud config set project YOUR_PROJECT_ID gcloud services enable aiplatform.googleapis.com