From 9de629e18b379c76705daafe882a4f8bbde4ff96 Mon Sep 17 00:00:00 2001 From: Kaz Sato Date: Tue, 8 Apr 2025 20:13:44 -0700 Subject: [PATCH] Update quickstart-streaming.md --- docs/get-started/quickstart-streaming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/quickstart-streaming.md b/docs/get-started/quickstart-streaming.md index 8f6e67bb1..b1a0e4330 100644 --- a/docs/get-started/quickstart-streaming.md +++ b/docs/get-started/quickstart-streaming.md @@ -124,11 +124,11 @@ Stop `adk web` by pressing `Ctrl-C` on the console. ### Note on ADK Streaming -We have checked that our basic search agent works with the ADK Streaming. The following features will be supported in the future versions of the ADK Streaming: Callback, LongRunningTool, ExampleTool, and Shell agent (e.g. SequentialAgent). +The following features will be supported in the future versions of the ADK Streaming: Callback, LongRunningTool, ExampleTool, and Shell agent (e.g. SequentialAgent). ## 5. Building a Custom Streaming App (Optional) {#5.-build-custom-app} -In the following sections, we will learn how to build your own web application capable of the streaming communication using [FastAPI](https://fastapi.tiangolo.com/). +In the previous section, we have checked that our basic search agent works with the ADK Streaming using `adk web` tool. In the this section, we will learn how to build your own web application capable of the streaming communication using [FastAPI](https://fastapi.tiangolo.com/). Add `static` directory under `app`, and add `main.py` and `index.html` as empty files, as in the following structure: