File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
toolbox-core/src/toolbox_core
toolbox-langchain/src/toolbox_langchain Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ async def load_toolset(
227
227
bound_params: A mapping of parameter names to bind to specific values or
228
228
callables that are called to produce values as needed.
229
229
strict: If True, raises an error if *any* loaded tool instance fails
230
- to utilize at least one provided parameter or auth token (if any
230
+ to utilize all of the given parameters or auth tokens. (if any
231
231
provided). If False (default), raises an error only if a
232
232
user-provided parameter or auth token cannot be applied to *any*
233
233
loaded tool across the set.
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def load_toolset(
122
122
bound_params: A mapping of parameter names to bind to specific values or
123
123
callables that are called to produce values as needed.
124
124
strict: If True, raises an error if *any* loaded tool instance fails
125
- to utilize at least one provided parameter or auth token (if any
125
+ to utilize all of the given parameters or auth tokens. (if any
126
126
provided). If False (default), raises an error only if a
127
127
user-provided parameter or auth token cannot be applied to *any*
128
128
loaded tool across the set.
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ async def aload_toolset(
119
119
bound_params: An optional mapping of parameter names to their
120
120
bound values.
121
121
strict: If True, raises an error if *any* loaded tool instance fails
122
- to utilize at least one provided parameter or auth token (if any
122
+ to utilize all of the given parameters or auth tokens. (if any
123
123
provided). If False (default), raises an error only if a
124
124
user-provided parameter or auth token cannot be applied to *any*
125
125
loaded tool across the set.
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ async def aload_toolset(
116
116
bound_params: An optional mapping of parameter names to their
117
117
bound values.
118
118
strict: If True, raises an error if *any* loaded tool instance fails
119
- to utilize at least one provided parameter or auth token (if any
119
+ to utilize all of the given parameters or auth tokens. (if any
120
120
provided). If False (default), raises an error only if a
121
121
user-provided parameter or auth token cannot be applied to *any*
122
122
loaded tool across the set.
@@ -242,7 +242,7 @@ def load_toolset(
242
242
bound_params: An optional mapping of parameter names to their
243
243
bound values.
244
244
strict: If True, raises an error if *any* loaded tool instance fails
245
- to utilize at least one provided parameter or auth token (if any
245
+ to utilize all of the given parameters or auth tokens. (if any
246
246
provided). If False (default), raises an error only if a
247
247
user-provided parameter or auth token cannot be applied to *any*
248
248
loaded tool across the set.
You can’t perform that action at this time.
0 commit comments