Skip to content
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

Merged
merged 15 commits into from
Mar 7, 2025
Merged

Eng 1392 sqllite #421

merged 15 commits into from
Mar 7, 2025

Conversation

ahmetgunduz
Copy link
Member

No description provided.

@@ -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,
Copy link
Collaborator

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?

Copy link
Member Author

@ahmetgunduz ahmetgunduz Mar 7, 2025

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

@thiago-aixplain thiago-aixplain merged commit 11001ea into development Mar 7, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants