Skip to content

Commit 551e563

Browse files
tpryanjoefernandez
andauthored
fix: add tip about injecting prompts into adk run (#617)
fixes #616 Co-authored-by: Joe Fernandez <[email protected]>
1 parent da5ce68 commit 551e563

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/get-started/quickstart.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,15 @@ agent will be unable to function.
302302

303303
=== "Terminal (adk run)"
304304

305+
!!! tip
306+
307+
When using `adk run` you can inject prompts into the agent to start by
308+
piping text to the command like so:
309+
310+
```shell
311+
"Please start by listing files" | adk run file_listing_agent
312+
```
313+
305314
Run the following command, to chat with your Weather agent.
306315

307316
```

0 commit comments

Comments
 (0)