Skip to content

Commit bdac7ea

Browse files
authored
Merge pull request #5 from google/kaz-04041903
fix: Added a note on ADK Streaming
2 parents 053265f + cc1e722 commit bdac7ea

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/get-started/quickstart-streaming.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Open the URL provided (usually `http://localhost:8000` or
101101
`http://127.0.0.1:8000`) **directly in your browser**. This connection stays
102102
entirely on your local machine. Select `basic_search_agent`.
103103

104-
### 📝 Try with text
104+
### Try with text
105105

106106
Try the following prompts by typing them in the UI.
107107

@@ -112,7 +112,7 @@ Try the following prompts by typing them in the UI.
112112

113113
The agent will use the google_search tool to get the latest information to answer those questions.
114114

115-
### 📝 Try with voice and video
115+
### Try with voice and video
116116

117117
Now, click the microphone button to enable the voice input, and ask the same question in voice. You will hear the answer in voice in real-time.
118118

@@ -122,9 +122,13 @@ Also, click the camera button to enable the video input, and ask questions like
122122

123123
Stop `adk web` by pressing `Ctrl-C` on the console.
124124

125+
### Note on ADK Streaming
126+
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).
128+
125129
## 5. Building a Custom Streaming App (Optional) {#5.-build-custom-app}
126130

127-
We have checked that our basic search agent works with the ADK Streaming. 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 following sections, we will learn how to build your own web application capable of the streaming communication using [FastAPI](https://fastapi.tiangolo.com/).
128132

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

0 commit comments

Comments
 (0)