diff --git a/web/app/components/app/configuration/config/agent/agent-tools/index.tsx b/web/app/components/app/configuration/config/agent/agent-tools/index.tsx index d6eda5e8bf..3378afb944 100644 --- a/web/app/components/app/configuration/config/agent/agent-tools/index.tsx +++ b/web/app/components/app/configuration/config/agent/agent-tools/index.tsx @@ -190,7 +190,7 @@ const AgentTools: FC = () => { )} > -
+
{tools.map((item: AgentTool & { icon: any, collection?: Collection }, index) => (
= ({ readonly, hideMetadataFilter }) => { > {hasData ? ( -
+
{formattedDataset.map(item => ( = ({ readonly, hideMetadataFilter }) => { onRemove={onRemove} onSave={handleSave} editable={item.editable} + readonly={readonly} /> ))}