-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
documentation[Component] This issue is related to documentation, it will be transferred to adk-docs[Component] This issue is related to documentation, it will be transferred to adk-docs
Description
Describe the bug
The PR google/adk-docs#1037 claimed to update the CLI docs based on adk-python v1.20.0, however, options present in adk-python v1.20.0 such as
@adk_services_optionson theadk runcommand: https://github.com/google/adk-python/blob/v1.20.0/src/google/adk/cli/cli_tools_click.py#L424-L425 which:- includes e.g., the
--session_service_urioption: https://github.com/google/adk-python/blob/v1.20.0/src/google/adk/cli/cli_tools_click.py#L370-L388
- includes e.g., the
are not present on https://google.github.io/adk-docs/api-reference/cli/cli.html#adk-run
To Reproduce
Steps to reproduce the behavior:
- Go to https://google.github.io/adk-docs/api-reference/cli/cli.html#adk-run
- No mention of
--session_service_uri,--artifact_service_uri, or--memory_service_urioptions foradk run.
Expected behavior
Expected to see --session_service_uri other options added in adk-python v1.20.0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentation[Component] This issue is related to documentation, it will be transferred to adk-docs[Component] This issue is related to documentation, it will be transferred to adk-docs