Skip to content

Commit

Permalink
Merge branch 'fix-try-except-json' of https://github.com/GovindHede/o…
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-twhite committed Dec 2, 2024
2 parents 8cb156d + 550c213 commit 3281316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent_gateway/tools/snowflake_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,4 +449,4 @@ def _generate_description(self, python_func, tool_description, output_descriptio
def _process_full_signature(self, python_func):
name = python_func.__name__
signature = str(inspect.signature(python_func))
return name + signature
return name + signature

0 comments on commit 3281316

Please sign in to comment.