A tool for checking SQL queries for common mistakes. It takes a LLMChain or QueryCheckerToolArgs as a parameter. The _call method is used to check the input query for common mistakes and returns a prediction.

Hierarchy (view full)

Constructors

Properties

description: string = ...
llmChain: LLMChain<string, any>
name: string = "query-checker"
template: string = ...

Generated using TypeDoc