+
{filesRun.files.map((file, index) => )}
)}
@@ -70,7 +70,7 @@ export default function ResourceList({files, channel, runs}) {
)}
{channel === 'input' &&
-
+
{files.map((file, index) => )}
}
diff --git a/gui/pages/Content/Agents/ResourceManager.js b/gui/pages/Content/Agents/ResourceManager.js
index af60a61a7..397f3c74c 100644
--- a/gui/pages/Content/Agents/ResourceManager.js
+++ b/gui/pages/Content/Agents/ResourceManager.js
@@ -96,39 +96,20 @@ export default function ResourceManager({agentId, runs}) {
}
return (<>
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
- {channel === 'input' &&
+
+ {channel === 'input' &&
-
+ Choose or drop a file here
-
Supported file formats are txt, pdf,
+
+ Choose or drop a file here
+
Supported file formats are txt, pdf,
docx, epub, csv, pptx only
-
-
-
}
+
+
}
diff --git a/gui/pages/Content/Knowledge/Knowledge.js b/gui/pages/Content/Knowledge/Knowledge.js
index ab7518694..7074488cd 100644
--- a/gui/pages/Content/Knowledge/Knowledge.js
+++ b/gui/pages/Content/Knowledge/Knowledge.js
@@ -7,12 +7,10 @@ import {createInternalId} from "@/utils/utils";
export default function Knowledge({sendKnowledgeData, knowledge}) {
return (
<>
-
-
-
-