Skip to content

Fix Nonsense/Ambiguous #11

Description

@anshk8

For Error Cases we have a Fallback to Select 1 , which is okay if our agent really couldnt generate. But when the SQLAgent realizes the query is nonsense, such as "Who is VIP Customers?", when it returns nothing (as expected), the fallback activates which makes our agent incorrect. We need to fix this, so we only use the Select 1 fallback, when there was an error during CorrectingSyntax wihtin the Validator agent or within semantically correcting it. Otherwise, if SQL agent returns nothng, its probably for a good reason.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions