Apply suggestion from @gemini-code-assist[bot]

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Harsh Jha
2026-02-05 11:11:55 +05:30
committed by GitHub
parent 95a5ac6f58
commit 37b42a7384

View File

@@ -37,7 +37,8 @@ Here's a minimal example to get you started. Ensure your Toolbox service is runn
```javascript
import { ToolboxClient } from '@toolbox-sdk/core';
const client = new ToolboxClient(URL);
const URL = 'http://127.0.0.1:5000'; // Replace with your Toolbox service URL
const client = new ToolboxClient(URL);
async function quickstart() {
try {