Skip to content

Commit 53ae854

Browse files
committed
feat: add Configuration settings
1 parent f46c6d0 commit 53ae854

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

gemini-extension.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,17 @@
1212
]
1313
}
1414
},
15-
"contextFileName": "BIGQUERY.md"
16-
}
15+
"contextFileName": "BIGQUERY.md",
16+
"settings": [
17+
{
18+
"name": "Project ID",
19+
"description": "ID of the Google Cloud project",
20+
"envVar": "BIGQUERY_PROJECT"
21+
},
22+
{
23+
"name": "Location",
24+
"description": "(Optional) Location of the BigQuery resources",
25+
"envVar": "BIGQUERY_LOCATION"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)