From 53ae85483b3f48c9134202f05cdc4eaf59230c38 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Tue, 13 Jan 2026 14:04:51 -0800 Subject: [PATCH] feat: add Configuration settings --- gemini-extension.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/gemini-extension.json b/gemini-extension.json index 260872b..303d521 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -12,5 +12,17 @@ ] } }, - "contextFileName": "BIGQUERY.md" -} + "contextFileName": "BIGQUERY.md", + "settings": [ + { + "name": "Project ID", + "description": "ID of the Google Cloud project", + "envVar": "BIGQUERY_PROJECT" + }, + { + "name": "Location", + "description": "(Optional) Location of the BigQuery resources", + "envVar": "BIGQUERY_LOCATION" + } + ] +} \ No newline at end of file