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:17:33 +05:30
committed by GitHub
parent 939e367a55
commit afdaf288e6

View File

@@ -186,7 +186,7 @@ These header-generating functions are called just before each request, ensuring
You can configure these dynamic headers as seen below:
```javascript
import { ToolboxClient } from '@toolbox-sdk/adk';
import { ToolboxClient } from '@toolbox-sdk/core';
import {getGoogleIdToken} from '@toolbox-sdk/core/auth'
const URL = 'http://127.0.0.1:5000';