diff --git a/gemini-extension.json b/gemini-extension.json index 89f5715..44283ed 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