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 d1287a8 commit 3c9b4e6Copy full SHA for 3c9b4e6
src/toolbox_langchain/async_tools.py
@@ -378,8 +378,8 @@ def bind_param(
378
parameter.
379
380
Args:
381
- param_name: The name of the bound parameter. param_value: The value
382
- of the bound parameter, or a callable that
+ param_name: The name of the bound parameter.
+ param_value: The value of the bound parameter, or a callable that
383
returns the value.
384
strict: If True, a ValueError is raised if any of the provided bound
385
params is not defined in the tool's schema, or requires
0 commit comments