File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/toolbox-langchain/src/toolbox_langchain Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def add_auth_token_getter(
99
99
100
100
Returns:
101
101
A new ToolboxTool instance that is a deep copy of the current
102
- instance, with added auth token.
102
+ instance, with added auth token getter .
103
103
104
104
Raises:
105
105
ValueError: If the provided auth parameter is already registered.
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def add_auth_token_getter(
97
97
98
98
Returns:
99
99
A new ToolboxTool instance that is a deep copy of the current
100
- instance, with added auth token.
100
+ instance, with added auth token getter .
101
101
102
102
Raises:
103
103
ValueError: If the provided auth parameter is already registered.
You can’t perform that action at this time.
0 commit comments