Skip to content

Commit 0c8cf49

Browse files
authored
Merge pull request #6 from google/kaz-04041903
fix: Update quickstart-streaming.md
2 parents bdac7ea + 9de629e commit 0c8cf49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/quickstart-streaming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ Stop `adk web` by pressing `Ctrl-C` on the console.
124124

125125
### Note on ADK Streaming
126126

127-
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).
127+
The following features will be supported in the future versions of the ADK Streaming: Callback, LongRunningTool, ExampleTool, and Shell agent (e.g. SequentialAgent).
128128

129129
## 5. Building a Custom Streaming App (Optional) {#5.-build-custom-app}
130130

131-
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/).
131+
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/).
132132

133133
Add `static` directory under `app`, and add `main.py` and `index.html` as empty files, as in the following structure:
134134

0 commit comments

Comments
 (0)