fix(quickstart): remove angle brackets from ToolboxSyncClient URL in Python ADK

This commit is contained in:
Harsh Jha
2025-08-20 18:09:48 +05:30
parent 061f38382e
commit 7dc77fec19

View File

@@ -13,7 +13,7 @@ import os
os.environ['GOOGLE_API_KEY'] = 'your-api-key'
async def main():
with ToolboxSyncClient("<http://127.0.0.1:5000>") as toolbox_client:
with ToolboxSyncClient("http://127.0.0.1:5000") as toolbox_client:
prompt = """
You're a helpful hotel assistant. You handle hotel searching, booking and