Skip to content

Commit 3fa2ea7

Browse files
DeanChensjcopybara-github
authored andcommitted
fix: Remove duplicate options from adk deploy
Resolves #1739 PiperOrigin-RevId: 778692588
1 parent 6a39c85 commit 3fa2ea7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/google/adk/cli/cli_tools_click.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -831,15 +831,6 @@ def cli_api_server(
831831
" version in the dev environment)"
832832
),
833833
)
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-
)
843834
@adk_services_options()
844835
@deprecated_adk_services_options()
845836
@click.argument(

0 commit comments

Comments
 (0)