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 069587b commit 7ef2374Copy full SHA for 7ef2374
packages/toolbox-core/src/toolbox_core/client.py
@@ -88,8 +88,8 @@ def __parse_tool(
88
base_url=self.__base_url,
89
name=name,
90
description=schema.description,
91
+ # create a read-only values to prevent mutation
92
params=tuple(params),
- # create a read-only values for the maps to prevent mutation
93
required_authn_params=types.MappingProxyType(authn_params),
94
auth_service_token_getters=types.MappingProxyType(auth_token_getters),
95
bound_params=types.MappingProxyType(bound_params),
0 commit comments