Skip to content

Commit e369c28

Browse files
ftnextcopybara-github
authored andcommitted
fix: typo againt (in adk run --replay help)
Merge #2327 `adk run --help` (adk 1.9.0) ``` --replay FILE The json file that contains the initial state of the session and user queries. A new session will be created using this state. And user queries are run againt the newly created session. Users cannot continue to interact with the agent. ``` ``` $ git grep againt src/google/adk/cli/cli_tools_click.py: " queries are run againt the newly created session. Users cannot" ``` COPYBARA_INTEGRATE_REVIEW=#2327 from ftnext:fix-typo-run-replay-help 77cae65 PiperOrigin-RevId: 790872246
1 parent 74589a1 commit e369c28

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
@@ -225,7 +225,7 @@ def validate_exclusive(ctx, param, value):
225225
help=(
226226
"The json file that contains the initial state of the session and user"
227227
" queries. A new session will be created using this state. And user"
228-
" queries are run againt the newly created session. Users cannot"
228+
" queries are run against the newly created session. Users cannot"
229229
" continue to interact with the agent."
230230
),
231231
callback=validate_exclusive,

0 commit comments

Comments
 (0)