We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23618c4 commit ac535a3Copy full SHA for ac535a3
packages/toolbox-langchain/README.md
@@ -227,7 +227,7 @@ tools = toolbox.load_toolset()
227
228
auth_tool = tools[0].add_auth_token_getter("my_auth", get_auth_token) # Single token
229
230
-multi_auth_tool = tools[0].add_auth_token_getters({"my_auth", get_auth_token}) # Multiple tokens
+multi_auth_tool = tools[0].add_auth_token_getters({"auth_1": get_auth_1}, {"auth_2": get_auth_2}) # Multiple tokens
231
232
# OR
233
0 commit comments