Skip to content

Commit

Permalink
updated (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofermend authored Dec 21, 2024
1 parent a1f9543 commit 4cc4d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vectara_agentic/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def rag_function(*args, **kwargs) -> ToolOutput:
fields.append(f"{name}: {type_name}")
args_str = ", ".join(fields)
function_str = f"{tool_name}({args_str}) -> str"

# Create the tool
tool = VectaraTool.from_defaults(
fn=rag_function,
Expand Down

0 comments on commit 4cc4d7e

Please sign in to comment.