You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPER.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# DEVELOPER.md
2
2
3
3
This document provides instructions for setting up your development environment
4
-
and contributing to the AlloyDB Gemini CLI Extension project.
4
+
and contributing to the BigQuery Conversational Analytics Gemini CLI Extension project.
5
5
6
6
## Prerequisites
7
7
@@ -10,8 +10,7 @@ Before you begin, ensure you have the following:
10
10
1.**Gemini CLI:** Install the Gemini CLI version v0.6.0 or above. Installation
11
11
instructions can be found on the official Gemini CLI documentation. You can
12
12
verify your version by running `gemini --version`.
13
-
2.**AlloyDB Cluster & Instance:** For testing data plane tools, you will need access to an active AlloyDB
14
-
for PostgreSQL instance.
13
+
2.**Conversational Analytics API Setup:**[Follow the setup for getting started with the Conversational Analytics API.](https://cloud.google.com/gemini/docs/conversational-analytics-api/overview)
15
14
16
15
## Developing the Extension
17
16
@@ -22,8 +21,8 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
0 commit comments