Skip to content

Commit 2c6d6e1

Browse files
ftnextcopybara-github
authored andcommitted
fix: fix typo for --save_session option in adk run --resume help
Merge #2326 `adk run --help` (adk 1.9.0) ``` --resume FILE The json file that contains a previously saved session (by--save_session option). The previous session will be re-displayed. And user can continue to interact with the agent. ``` ## testing plan N/A (because this is a simple string correction) COPYBARA_INTEGRATE_REVIEW=#2326 from ftnext:fix-typo-run-help-resume a896fa3 PiperOrigin-RevId: 827311506
1 parent 44aa821 commit 2c6d6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/adk/cli/cli_tools_click.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ def validate_exclusive(ctx, param, value):
392392
),
393393
help=(
394394
"The json file that contains a previously saved session (by"
395-
"--save_session option). The previous session will be re-displayed. And"
396-
" user can continue to interact with the agent."
395+
" --save_session option). The previous session will be re-displayed."
396+
" And user can continue to interact with the agent."
397397
),
398398
callback=validate_exclusive,
399399
)

0 commit comments

Comments
 (0)