refactor(base.py): remove print statement from ToolCreator class
This commit is contained in:
parent
b3155a58a9
commit
9f5f222f2a
1 changed files with 0 additions and 1 deletions
|
|
@ -118,7 +118,6 @@ class ToolCreator(LangChainTypeCreator):
|
|||
params = self.type_to_loader_dict[name]["params"] # type: ignore
|
||||
base_classes += [name]
|
||||
elif tool_type in OTHER_TOOLS:
|
||||
print(tool_type)
|
||||
tool_dict = build_template_from_class(tool_type, OTHER_TOOLS)
|
||||
fields = tool_dict["template"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue