Skip to content

Fix: typo in adk run --replay help text #2327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ftnext
Copy link
Contributor

@ftnext ftnext commented Aug 4, 2025

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"

```
$ git grep againt
src/google/adk/cli/cli_tools_click.py:        " queries are run againt the newly created session. Users cannot"
```
@ftnext ftnext force-pushed the fix-typo-run-replay-help branch from b186fbd to 259cca9 Compare August 4, 2025 14:46
@ftnext ftnext changed the title Fix typo: againt Fix typo: againt (in adk run --replay help) Aug 4, 2025
@Jacksunwei Jacksunwei added the ready to pull [Status] This PR is ready to be importing back to Google label Aug 4, 2025
@Jacksunwei Jacksunwei changed the title Fix typo: againt (in adk run --replay help) Fix: typo in adk run --replay help text Aug 4, 2025
@hangfei hangfei added bot triaged [Bot] This issue is triaged by ADK bot tools [Component] This issue is related to tools labels Aug 4, 2025
@hangfei hangfei requested a review from seanzhou1023 August 4, 2025 20:26
@Jacksunwei Jacksunwei removed the request for review from seanzhou1023 August 4, 2025 20:27
copybara-service bot pushed a commit that referenced this pull request Aug 4, 2025
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
knaou pushed a commit to knaou/adk-python that referenced this pull request Aug 16, 2025
Merge google#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=google#2327 from ftnext:fix-typo-run-replay-help 77cae65
PiperOrigin-RevId: 790872246
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot triaged [Bot] This issue is triaged by ADK bot ready to pull [Status] This PR is ready to be importing back to Google tools [Component] This issue is related to tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants