mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
fix: Remove duplicate options from adk deploy
Resolves https://github.com/google/adk-python/issues/1739 PiperOrigin-RevId: 778692588
This commit is contained in:
committed by
Copybara-Service
parent
6a39c854e0
commit
3fa2ea7cb9
@@ -831,15 +831,6 @@ def cli_api_server(
|
||||
" version in the dev environment)"
|
||||
),
|
||||
)
|
||||
@click.option(
|
||||
"--eval_storage_uri",
|
||||
type=str,
|
||||
help=(
|
||||
"Optional. The evals storage URI to store agent evals,"
|
||||
" supported URIs: gs://<bucket name>."
|
||||
),
|
||||
default=None,
|
||||
)
|
||||
@adk_services_options()
|
||||
@deprecated_adk_services_options()
|
||||
@click.argument(
|
||||
|
||||
Reference in New Issue
Block a user