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
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_uri options for adk run.
Expected behavior
Expected to see --session_service_uri other options added in adk-python v1.20.0.
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:--session_service_urioption: https://github.com/google/adk-python/blob/v1.20.0/src/google/adk/cli/cli_tools_click.py#L370-L388are not present on https://google.github.io/adk-docs/api-reference/cli/cli.html#adk-run
To Reproduce
Steps to reproduce the behavior:
--session_service_uri,--artifact_service_uri, or--memory_service_urioptions foradk run.Expected behavior
Expected to see
--session_service_uriother options added in adk-python v1.20.0.