Skip to content

Commit 0e14e4b

Browse files
authored
Update README.md
1 parent c45e104 commit 0e14e4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/toolbox-core/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,9 @@ async with ToolboxClient("http://127.0.0.1:5000") as toolbox:
463463
print(result)
464464
```
465465

466+
> [!NOTE]
467+
> An auth token getter for a specific name (e.g., "GOOGLE_ID") will replace any client header with the same name followed by "_token" (e.g., "GOOGLE_ID_token").
468+
466469
## Binding Parameter Values
467470

468471
The SDK allows you to pre-set, or "bind", values for specific tool parameters

0 commit comments

Comments
 (0)