Skip to content

Commit

Permalink
DH-5738/fixing the format
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaPourreza committed Apr 18, 2024
1 parent 656e889 commit 048b26d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dataherald/sql_generator/dataherald_sqlagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,11 @@ class QuerySQLDataBaseTool(BaseSQLDatabaseTool, BaseTool):

name = "SqlDbQuery"
description = """
Input: A one line SQL query between ```sql and ``` tags.
Input: A Well-formed Multi-line SQL query between ```sql and ``` tags.
Output: Result from the database or an error message if the query is incorrect.
If an error occurs, rewrite the query and retry.
Use this tool to execute SQL queries.
Add newline after both ```sql and ``` tags.
SQL query should not have
"""

@catch_exceptions()
Expand Down

0 comments on commit 048b26d

Please sign in to comment.