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: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,36 +152,36 @@ go to the [Gemini Assistant workflow documentation](./examples/workflows/gemini-
152
152
153
153
<!-- BEGIN_AUTOGEN_INPUTS -->
154
154
155
-
- <aname="gcp_location"></a><ahref="#user-content-gcp_location"><code>gcp_location</code></a>: _(Optional)_ The Google Cloud location.
155
+
- <aname="__input_gcp_location"></a><ahref="#user-content-__input_gcp_location"><code>gcp_location</code></a>: _(Optional)_ The Google Cloud location.
156
156
157
-
- <aname="gcp_project_id"></a><ahref="#user-content-gcp_project_id"><code>gcp_project_id</code></a>: _(Optional)_ The Google Cloud project ID.
157
+
- <aname="__input_gcp_project_id"></a><ahref="#user-content-__input_gcp_project_id"><code>gcp_project_id</code></a>: _(Optional)_ The Google Cloud project ID.
158
158
159
-
- <aname="gcp_service_account"></a><ahref="#user-content-gcp_service_account"><code>gcp_service_account</code></a>: _(Optional)_ The Google Cloud service account email.
159
+
- <aname="__input_gcp_service_account"></a><ahref="#user-content-__input_gcp_service_account"><code>gcp_service_account</code></a>: _(Optional)_ The Google Cloud service account email.
160
160
161
-
- <aname="gcp_workload_identity_provider"></a><ahref="#user-content-gcp_workload_identity_provider"><code>gcp_workload_identity_provider</code></a>: _(Optional)_ The Google Cloud Workload Identity Provider.
161
+
- <aname="__input_gcp_workload_identity_provider"></a><ahref="#user-content-__input_gcp_workload_identity_provider"><code>gcp_workload_identity_provider</code></a>: _(Optional)_ The Google Cloud Workload Identity Provider.
162
162
163
-
- <aname="gemini_api_key"></a><ahref="#user-content-gemini_api_key"><code>gemini_api_key</code></a>: _(Optional)_ The API key for the Gemini API.
163
+
- <aname="__input_gemini_api_key"></a><ahref="#user-content-__input_gemini_api_key"><code>gemini_api_key</code></a>: _(Optional)_ The API key for the Gemini API.
164
164
165
-
- <aname="gemini_cli_version"></a><ahref="#user-content-gemini_cli_version"><code>gemini_cli_version</code></a>: _(Optional, default: `latest`)_ The version of the Gemini CLI to install. Can be "latest", "preview", "nightly", a specific version number, or a git branch, tag, or commit. For more information, see [Gemini CLI releases](https://github.com/google-gemini/gemini-cli/blob/main/docs/releases.md).
165
+
- <aname="__input_gemini_cli_version"></a><ahref="#user-content-__input_gemini_cli_version"><code>gemini_cli_version</code></a>: _(Optional, default: `latest`)_ The version of the Gemini CLI to install. Can be "latest", "preview", "nightly", a specific version number, or a git branch, tag, or commit. For more information, see [Gemini CLI releases](https://github.com/google-gemini/gemini-cli/blob/main/docs/releases.md).
166
166
167
-
- <aname="gemini_debug"></a><ahref="#user-content-gemini_debug"><code>gemini_debug</code></a>: _(Optional)_ Enable debug logging and output streaming.
167
+
- <aname="__input_gemini_debug"></a><ahref="#user-content-__input_gemini_debug"><code>gemini_debug</code></a>: _(Optional)_ Enable debug logging and output streaming.
168
168
169
-
- <aname="gemini_model"></a><ahref="#user-content-gemini_model"><code>gemini_model</code></a>: _(Optional)_ The model to use with Gemini.
169
+
- <aname="__input_gemini_model"></a><ahref="#user-content-__input_gemini_model"><code>gemini_model</code></a>: _(Optional)_ The model to use with Gemini.
170
170
171
-
- <aname="google_api_key"></a><ahref="#user-content-google_api_key"><code>google_api_key</code></a>: _(Optional)_ The Vertex AI API key to use with Gemini.
171
+
- <aname="__input_google_api_key"></a><ahref="#user-content-__input_google_api_key"><code>google_api_key</code></a>: _(Optional)_ The Vertex AI API key to use with Gemini.
172
172
173
-
- <aname="prompt"></a><ahref="#user-content-prompt"><code>prompt</code></a>: _(Optional, default: `You are a helpful assistant.`)_ A string passed to the Gemini CLI's [`--prompt` argument](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/configuration.md#command-line-arguments).
173
+
- <aname="__input_prompt"></a><ahref="#user-content-__input_prompt"><code>prompt</code></a>: _(Optional, default: `You are a helpful assistant.`)_ A string passed to the Gemini CLI's [`--prompt` argument](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/configuration.md#command-line-arguments).
174
174
175
-
- <aname="settings"></a><ahref="#user-content-settings"><code>settings</code></a>: _(Optional)_ A JSON string written to `.gemini/settings.json` to configure the CLI's _project_ settings.
175
+
- <aname="__input_settings"></a><ahref="#user-content-__input_settings"><code>settings</code></a>: _(Optional)_ A JSON string written to `.gemini/settings.json` to configure the CLI's _project_ settings.
176
176
For more details, see the documentation on [settings files](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/configuration.md#settings-files).
177
177
178
-
- <aname="use_gemini_code_assist"></a><ahref="#user-content-use_gemini_code_assist"><code>use_gemini_code_assist</code></a>: _(Optional, default: `false`)_ Whether to use Code Assist for Gemini model access instead of the default Gemini API key.
178
+
- <aname="__input_use_gemini_code_assist"></a><ahref="#user-content-__input_use_gemini_code_assist"><code>use_gemini_code_assist</code></a>: _(Optional, default: `false`)_ Whether to use Code Assist for Gemini model access instead of the default Gemini API key.
179
179
For more information, see the [Gemini CLI documentation](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/authentication.md).
180
180
181
-
- <aname="use_vertex_ai"></a><ahref="#user-content-use_vertex_ai"><code>use_vertex_ai</code></a>: _(Optional, default: `false`)_ Whether to use Vertex AI for Gemini model access instead of the default Gemini API key.
181
+
- <aname="__input_use_vertex_ai"></a><ahref="#user-content-__input_use_vertex_ai"><code>use_vertex_ai</code></a>: _(Optional, default: `false`)_ Whether to use Vertex AI for Gemini model access instead of the default Gemini API key.
182
182
For more information, see the [Gemini CLI documentation](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/authentication.md).
183
183
184
-
- <aname="extensions"></a><ahref="#user-content-extensions"><code>extensions</code></a>: _(Optional)_ A list of Gemini CLI extensions to install.
184
+
- <aname="__input_extensions"></a><ahref="#user-content-__input_extensions"><code>extensions</code></a>: _(Optional)_ A list of Gemini CLI extensions to install.
185
185
186
186
187
187
<!-- END_AUTOGEN_INPUTS -->
@@ -190,9 +190,9 @@ go to the [Gemini Assistant workflow documentation](./examples/workflows/gemini-
190
190
191
191
<!-- BEGIN_AUTOGEN_OUTPUTS -->
192
192
193
-
-`summary`: The summarized output from the Gemini CLI execution.
193
+
-<aname="__output_summary"></a><ahref="#user-content-__output_summary"><code>summary</code></a>: The summarized output from the Gemini CLI execution.
194
194
195
-
-`error`: The error output from the Gemini CLI execution, if any.
195
+
-<aname="__output_error"></a><ahref="#user-content-__output_error"><code>error</code></a>: The error output from the Gemini CLI execution, if any.
0 commit comments