We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a096ab commit 106872fCopy full SHA for 106872f
libs/vertexai/langchain_google_vertexai/functions_utils.py
@@ -248,8 +248,6 @@ def _format_to_gapic_function_declaration(
248
tool: _FunctionDeclarationLike,
249
) -> gapic.FunctionDeclaration:
250
"Format tool into the Vertex function declaration."
251
- print("_format_to_gapic_function_declaration")
252
- print(tool)
253
if isinstance(tool, BaseTool):
254
return _format_base_tool_to_function_declaration(tool)
255
elif isinstance(tool, type) and issubclass(tool, BaseModel):
0 commit comments