Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Change sqlite to SQL in query checker prompt
In the `sqlAgent`, the `query-checker` step currently references `sqlite` specifically in the prompt, which is incorrect since the `sqlAgent` can interact with multiple types of databases. To make this prompt more accurate and applicable to various SQL databases, I have replaced `sqlite` with `SQL`.
- Loading branch information