From 9a65c1aa0cd6883f9320f43b7bd15f9a6411ef7d Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:13:26 +0530 Subject: [PATCH 1/2] chore: fix indentation --- src/toolbox_langchain/async_tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/toolbox_langchain/async_tools.py b/src/toolbox_langchain/async_tools.py index f1e1364a..4645e08e 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 From f58129eb3b7e5cb277c1a84c5bceb4fcf7f80e46 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Thu, 27 Feb 2025 15:04:58 +0530 Subject: [PATCH 2/2] lint --- src/toolbox_langchain/async_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolbox_langchain/async_tools.py b/src/toolbox_langchain/async_tools.py index 4645e08e..ef77bfd6 100644 --- a/src/toolbox_langchain/async_tools.py +++ b/src/toolbox_langchain/async_tools.py @@ -378,7 +378,7 @@ def bind_param( parameter. Args: - param_name: The name of the bound parameter. + 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