Feat: Add sql form #3221 (#8874)

### What problem does this PR solve?

Feat: Add sql form #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-07-16 16:25:50 +08:00
committed by GitHub
parent 8b7dbb349e
commit d2df669135
13 changed files with 323 additions and 113 deletions

View File

@ -98,7 +98,11 @@ function AccordionOperators() {
<AccordionTrigger className="text-xl">Tools</AccordionTrigger>
<AccordionContent className="flex flex-col gap-4 text-balance">
<OperatorItemList
operators={[Operator.TavilySearch, Operator.Crawler]}
operators={[
Operator.TavilySearch,
Operator.Crawler,
Operator.ExeSQL,
]}
></OperatorItemList>
</AccordionContent>
</AccordionItem>