File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ your project to set environment variables:
119119
120120=== "Windows"
121121
122- ```console title="Update: my_agent/. env"
122+ ```console title="Update: my_agent/env.bat "
123123 echo 'set GOOGLE_API_KEY="YOUR_API_KEY"' > env.bat
124124 ```
125125
Original file line number Diff line number Diff line change @@ -248,10 +248,12 @@ nav:
248248 - A2A Protocol :
249249 - a2a/index.md
250250 - Introduction to A2A : a2a/intro.md
251- - A2A Quickstart (Exposing) : a2a/quickstart-exposing.md
252- - A2A Quickstart (Exposing) (Go) : a2a/quickstart-exposing-go.md
253- - A2A Quickstart (Consuming) : a2a/quickstart-consuming.md
254- - A2A Quickstart (Consuming) (Go) : a2a/quickstart-consuming-go.md
251+ - A2A Quickstart (Exposing) :
252+ - Python : a2a/quickstart-exposing.md
253+ - Go : a2a/quickstart-exposing-go.md
254+ - A2A Quickstart (Consuming) :
255+ - Python : a2a/quickstart-consuming.md
256+ - Go : a2a/quickstart-consuming-go.md
255257 - Bidi-streaming (live) :
256258 - streaming/index.md
257259 - Custom Audio Bidi-streaming app sample (WebSockets) : streaming/custom-streaming-ws.md
You can’t perform that action at this time.
0 commit comments