Skip to content

Commit 857262d

Browse files
authored
Merge branch 'main' into main
2 parents 02df311 + 526c603 commit 857262d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
-166 KB
Loading

docs/get-started/java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ to set environment variables:
161161

162162
=== "Windows"
163163

164-
```console title="Update: my_agent/.env"
164+
```console title="Update: my_agent/env.bat"
165165
echo 'set GOOGLE_API_KEY="YOUR_API_KEY"' > env.bat
166166
```
167167

@@ -257,7 +257,7 @@ mvn compile exec:java \
257257

258258
This command starts a web server with a chat interface for your agent. You can
259259
access the web interface at (http://localhost:8000). Select your agent at the
260-
upper right corner and type a request.
260+
upper left corner and type a request.
261261

262262
![adk-web-dev-ui-chat.png](/adk-docs/assets/adk-web-dev-ui-chat.png)
263263

docs/get-started/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ adk web --port 8000
137137

138138
This command starts a web server with a chat interface for your agent. You can
139139
access the web interface at (http://localhost:8000). Select the agent at the
140-
upper right corner and type a request.
140+
upper left corner and type a request.
141141

142142
![adk-web-dev-ui-chat.png](/adk-docs/assets/adk-web-dev-ui-chat.png)
143143

0 commit comments

Comments
 (0)