Skip to content

Commit

Permalink
Update astradb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erichare committed Jan 28, 2025
1 parent 4ade9f3 commit 731f82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/base/langflow/components/tools/astradb.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def create_args_schema(self) -> dict[str, BaseModel]:
model = create_model("ToolInput", **args, __base__=BaseModel)
return {"ToolInput": model}

def build_tool(self) -> StructuredTool:
def build_tool(self) -> Tool:
"""Builds an Astra DB Collection tool.
Returns:
Expand Down

0 comments on commit 731f82b

Please sign in to comment.