File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
258258This command starts a web server with a chat interface for your agent. You can
259259access 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
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ adk web --port 8000
137137
138138This command starts a web server with a chat interface for your agent. You can
139139access 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
You can’t perform that action at this time.
0 commit comments