diff --git a/src/toolbox_langchain/async_tools.py b/src/toolbox_langchain/async_tools.py index f1e1364a..ef77bfd6 100644 --- a/src/toolbox_langchain/async_tools.py +++ b/src/toolbox_langchain/async_tools.py @@ -378,8 +378,8 @@ def bind_param( parameter. Args: - param_name: The name of the bound parameter. param_value: The value - 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 returns the value. strict: If True, a ValueError is raised if any of the provided bound params is not defined in the tool's schema, or requires