Skip to content

Commit 5c02f79

Browse files
committed
feat: add Configuration settings
1 parent 97db49a commit 5c02f79

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

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_CONVERSATIONAL_ANALYTICS.md"
16-
}
15+
"contextFileName": "BIGQUERY_CONVERSATIONAL_ANALYTICS.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)