Skip to content

Commit

Permalink
fix: Remove redundant debug messages (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunter1020 authored Jan 27, 2025
1 parent 4a096ab commit 106872f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/vertexai/langchain_google_vertexai/functions_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ def _format_to_gapic_function_declaration(
tool: _FunctionDeclarationLike,
) -> gapic.FunctionDeclaration:
"Format tool into the Vertex function declaration."
print("_format_to_gapic_function_declaration")
print(tool)
if isinstance(tool, BaseTool):
return _format_base_tool_to_function_declaration(tool)
elif isinstance(tool, type) and issubclass(tool, BaseModel):
Expand Down

0 comments on commit 106872f

Please sign in to comment.