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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user