mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-04-09 03:02:26 -04:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user