Skip to content

Commit

Permalink
Resolved merge conflicts in snowflake_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GovindHede committed Nov 29, 2024
1 parent 64473c2 commit 550c213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent_gateway/tools/snowflake_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def forward(self, query, attributes, sample_values):


class CortexAnalystTool(Tool):
"""Cortex Analyst tool for use with Snowflakeagent_gateway"""
"""""Cortex Analyst tool for use with Snowflake Agent Gateway""" ""

STAGE: str = ""
FILE: str = ""
Expand Down 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 550c213

Please sign in to comment.