You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/toolbox-core/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -463,6 +463,9 @@ async with ToolboxClient("http://127.0.0.1:5000") as toolbox:
463
463
print(result)
464
464
```
465
465
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
+
466
469
## Binding Parameter Values
467
470
468
471
The SDK allows you to pre-set, or"bind", values for specific tool parameters
0 commit comments