8000 Fix typos in README for sample bigquery_agent and oauth_calendar_agent · nx90/adk-python@9bdd813 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bdd813

Browse files
google-genai-botcopybara-github
authored andcommitted
Fix typos in README for sample bigquery_agent and oauth_calendar_agent
PiperOrigin-RevId: 764777424
1 parent ac52eab commit 9bdd813

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

contributing/samples/bigquery_agent/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# OAuth Sample
1+
# BigQuery Sample
22

33
## Introduction
44

5-
This sample tests and demos the OAuth support in ADK via two tools:
5+
This sample tests and demos the BigQuery support in ADK via two tools:
66

77
* 1. bigquery_datasets_list:
88

@@ -28,14 +28,14 @@ This sample tests and demos the OAuth support in ADK via two tools:
2828
* 1. Follow https://developers.google.com/identity/protocols/oauth2#1.-obtain-oauth-2.0-credentials-from-the-dynamic_data.setvar.console_name. to get your client id and client secret.
2929
Be sure to choose "web" as your client type.
3030

31-
* 2. Configure your .env file to add two variables:
31+
* 2. Configure your `.env` file to add two variables:
3232

33-
* GOOGLE_CLIENT_ID={your client id}
34-
* GOOGLE_CLIENT_SECRET={your client secret}
33+
* OAUTH_CLIENT_ID={your client id}
34+
* OAUTH_CLIENT_SECRET={your client secret}
3535

36-
Note: done't create a separate .env , instead put it to the same .env file that stores your Vertex AI or Dev ML credentials
36+
Note: don't create a separate `.env` file , instead put it to the same `.env` file that stores your Vertex AI or Dev ML credentials
3737

38-
* 3. Follow https://developers.google.com/identity/protocols/oauth2/web-server#creatingcred to add http://localhost/dev-ui to "Authorized redirect URIs".
38+
* 3. Follow https://developers.google.com/identity/protocols/oauth2/web-server#creatingcred to add http://localhost/dev-ui/ to "Authorized redirect URIs".
3939

4040
Note: localhost here is just a hostname that you use to access the dev ui, replace it with the actual hostname you use to access the dev ui.
4141

contributing/samples/oauth_calendar_agent/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ This sample tests and demos the OAuth support in ADK via two tools:
2121
* 1. Follow https://developers.google.com/identity/protocols/oauth2#1.-obtain-oauth-2.0-credentials-from-the-dynamic_data.setvar.console_name. to get your client id and client secret.
2222
Be sure to choose "web" as your client type.
2323

24-
* 2. Configure your .env file to add two variables:
24+
* 2. Configure your `.env` file to add two variables:
2525

26-
* GOOGLE_CLIENT_ID={your client id}
27-
* GOOGLE_CLIENT_SECRET={your client secret}
26+
* OAUTH_CLIENT_ID={your client id}
27+
* OAUTH_CLIENT_SECRET={your client secret}
2828

29-
Note: done't create a separate .env , instead put it to the same .env file that stores your Vertex AI or Dev ML credentials
29+
Note: don't create a separate `.env` file , instead put it to the same `.env` file that stores your Vertex AI or Dev ML credentials
3030

31-
* 3. Follow https://developers.google.com/identity/protocols/oauth2/web-server#creatingcred to add http://localhost/dev-ui to "Authorized redirect URIs".
31+
* 3. Follow https://developers.google.com/identity/protocols/oauth2/web-server#creatingcred to add http://localhost/dev-ui/ to "Authorized redirect URIs".
3232

3333
Note: localhost here is just a hostname that you use to access the dev ui, replace it with the actual hostname you use to access the dev ui.
3434

0 commit comments

Comments
 (0)
0