Update quickstart.py

This commit is contained in:
Harsh Jha
2025-08-20 18:21:11 +05:30
committed by GitHub
parent 7dc77fec19
commit faa79cd3c1

View File

@@ -30,7 +30,7 @@ queries = [
]
async def run_application():
async with ToolboxClient("<http://127.0.0.1:5000>") as toolbox_client:
async with ToolboxClient("http://127.0.0.1:5000") as toolbox_client:
# The toolbox_tools list contains Python callables (functions/methods) designed for LLM tool-use
# integration. While this example uses Google's genai client, these callables can be adapted for