Skip to content

Commit f47c512

Browse files
ftnextwuliang229
authored andcommitted
fix: Correct typo in adk run --resume help
Fix by--save_session ``` --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. ```
1 parent e8526f7 commit f47c512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/cli/cli_tools_click.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ 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"
395+
" --save_session option). The previous session will be re-displayed. And"
396396
" user can continue to interact with the agent."
397397
),
398398
callback=validate_exclusive,

0 commit comments

Comments
 (0)