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 5fe541f commit e9d7a31Copy full SHA for e9d7a31
packages/toolbox-core/src/toolbox_core/tool.py
@@ -91,7 +91,7 @@ def __copy(
91
params: Optional[list[Parameter]] = None,
92
required_authn_params: Optional[Mapping[str, list[str]]] = None,
93
auth_service_token_getters: Optional[Mapping[str, Callable[[], str]]] = None,
94
- ):
+ ) -> "ToolboxTool":
95
"""
96
Creates a copy of the ToolboxTool, overriding specific fields.
97
0 commit comments