-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Eng 1392 sqllite #421
Eng 1392 sqllite #421
Conversation
@@ -193,7 +196,8 @@ def create_custom_python_code_tool(cls, code: Union[Text, Callable], description | |||
def create_sql_tool( | |||
cls, | |||
description: Text, | |||
database: Text, | |||
source: str, | |||
source_type: str, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we consider a default option?
Moreover can we do a Union on the typing hint with the Enumerators as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not think we need a default option here. Because there could be many different ways to create sql tool
No description provided.