Skip to content

Commit a94aa02

Browse files
wukathcopybara-github
authored andcommitted
chore: For bug bashing with staging express mode API
Co-authored-by: Kathy Wu <wukathy@google.com> PiperOrigin-RevId: 895510871
1 parent da438fa commit a94aa02

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/google/adk/cli/utils/gcp_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
from google.cloud import resourcemanager_v3
3131
import requests
3232

33-
_VERTEX_AI_ENDPOINT = "https://{location}-aiplatform.googleapis.com/v1beta1"
33+
_VERTEX_AI_ENDPOINT = (
34+
"https://staging-{location}-aiplatform.sandbox.googleapis.com/v1beta1"
35+
)
3436

3537

3638
def check_adc() -> bool:

0 commit comments

Comments
 (0)