Skip to content

Commit ff12af5

Browse files
committed
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 d620bcb commit ff12af5

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
@@ -237,7 +237,7 @@ def validate_exclusive(ctx, param, value):
237237
),
238238
help=(
239239
"The json file that contains a previously saved session (by"
240-
"--save_session option). The previous session will be re-displayed. And"
240+
" --save_session option). The previous session will be re-displayed. And"
241241
" user can continue to interact with the agent."
242242
),
243243
callback=validate_exclusive,

0 commit comments

Comments
 (0)