Skip to content

Commit ac535a3

Browse files
committed
docs: Fix issue README
1 parent 23618c4 commit ac535a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-langchain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ tools = toolbox.load_toolset()
227227

228228
auth_tool = tools[0].add_auth_token_getter("my_auth", get_auth_token) # Single token
229229

230-
multi_auth_tool = tools[0].add_auth_token_getters({"my_auth", get_auth_token}) # Multiple tokens
230+
multi_auth_tool = tools[0].add_auth_token_getters({"auth_1": get_auth_1}, {"auth_2": get_auth_2}) # Multiple tokens
231231

232232
# OR
233233

0 commit comments

Comments
 (0)