feat: Introduce RAG tool recommendations and refactor related components for improved plugin management (#27259)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Wu Tianwei
2025-10-28 10:22:16 +08:00
committed by GitHub
parent ff32dff163
commit 0e62a66cc2
32 changed files with 490 additions and 288 deletions

View File

@@ -30,7 +30,7 @@ type ToolsProps = {
canChooseMCPTool?: boolean
isShowRAGRecommendations?: boolean
}
const Blocks = ({
const Tools = ({
onSelect,
canNotSelectMultiple,
onSelectMultiple,
@@ -146,4 +146,4 @@ const Blocks = ({
)
}
export default memo(Blocks)
export default memo(Tools)