Skip to content

Commit df55dcb

Browse files
committed
docs: Improve docstrings
1 parent 92f2a61 commit df55dcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/toolbox-langchain/src/toolbox_langchain/async_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def add_auth_token_getter(
9999
100100
Returns:
101101
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.
103103
104104
Raises:
105105
ValueError: If the provided auth parameter is already registered.

packages/toolbox-langchain/src/toolbox_langchain/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def add_auth_token_getter(
9797
9898
Returns:
9999
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.
101101
102102
Raises:
103103
ValueError: If the provided auth parameter is already registered.

0 commit comments

Comments
 (0)