We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
adk deploy
1 parent 6a39c85 commit 3fa2ea7Copy full SHA for 3fa2ea7
src/google/adk/cli/cli_tools_click.py
@@ -831,15 +831,6 @@ def cli_api_server(
831
" version in the dev environment)"
832
),
833
)
834
-@click.option(
835
- "--eval_storage_uri",
836
- type=str,
837
- help=(
838
- "Optional. The evals storage URI to store agent evals,"
839
- " supported URIs: gs://<bucket name>."
840
- ),
841
- default=None,
842
-)
843
@adk_services_options()
844
@deprecated_adk_services_options()
845
@click.argument(
0 commit comments