From faa79cd3c17e2bcd20af4316a6842ebe6da6e5be Mon Sep 17 00:00:00 2001 From: Harsh Jha <83023263+rapid-killer-9@users.noreply.github.com> Date: Wed, 20 Aug 2025 18:21:11 +0530 Subject: [PATCH] Update quickstart.py --- docs/en/getting-started/quickstart/python/core/quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/getting-started/quickstart/python/core/quickstart.py b/docs/en/getting-started/quickstart/python/core/quickstart.py index ea97c7ca45..0110045a96 100644 --- a/docs/en/getting-started/quickstart/python/core/quickstart.py +++ b/docs/en/getting-started/quickstart/python/core/quickstart.py @@ -30,7 +30,7 @@ queries = [ ] async def run_application(): - async with ToolboxClient("") 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