You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get-started/quickstart-streaming.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Open the URL provided (usually `http://localhost:8000` or
101
101
`http://127.0.0.1:8000`) **directly in your browser**. This connection stays
102
102
entirely on your local machine. Select `basic_search_agent`.
103
103
104
-
### 📝 Try with text
104
+
### Try with text
105
105
106
106
Try the following prompts by typing them in the UI.
107
107
@@ -112,7 +112,7 @@ Try the following prompts by typing them in the UI.
112
112
113
113
The agent will use the google_search tool to get the latest information to answer those questions.
114
114
115
-
### 📝 Try with voice and video
115
+
### Try with voice and video
116
116
117
117
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.
118
118
@@ -122,9 +122,13 @@ Also, click the camera button to enable the video input, and ask questions like
122
122
123
123
Stop `adk web` by pressing `Ctrl-C` on the console.
124
124
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
+
125
129
## 5. Building a Custom Streaming App (Optional) {#5.-build-custom-app}
126
130
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/).
128
132
129
133
Add `static` directory under `app`, and add `main.py` and `index.html` as empty files, as in the following structure:
0 commit comments