Feat: Improve the tavily form #3221 (#8390)

### What problem does this PR solve?

Feat: Improve the tavily form #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-06-20 16:18:22 +08:00
committed by GitHub
parent 936a91c5fe
commit 8695d60055
5 changed files with 206 additions and 11 deletions

View File

@ -1,4 +1,4 @@
type OutputType = {
export type OutputType = {
title: string;
type: string;
};