From a2bf3b42a182f6e40bd5079d8a729e05fc441ff9 Mon Sep 17 00:00:00 2001 From: Mike Fortman Date: Mon, 6 Oct 2025 16:39:07 -0500 Subject: [PATCH] Settings copy updates --- frontend/src/app/settings/page.tsx | 34 +++++++++++++----------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/frontend/src/app/settings/page.tsx b/frontend/src/app/settings/page.tsx index 325ee161..f8b6a141 100644 --- a/frontend/src/app/settings/page.tsx +++ b/frontend/src/app/settings/page.tsx @@ -820,13 +820,8 @@ function KnowledgeSourcesPage() { {/* Agent Behavior Section */} -
-
- Agent - - Quick Agent settings. Edit in Langflow for full control. - -
+
+ Agent
} - title="Restore default Retrieval flow" + title="Restore default Agent flow" description="This restores defaults and discards all custom settings and overrides. This can’t be undone." confirmText="Restore" variant="destructive" @@ -868,12 +863,12 @@ function KnowledgeSourcesPage() { Edit in Langflow } - title="Edit Retrieval flow in Langflow" + title="Edit Agent flow in Langflow" description={ <>

You're entering Langflow. You can edit the{" "} - Retrieval flow and other underlying flows. Manual + Agent flow and other underlying flows. Manual changes to components, wiring, or I/O can break this experience.

@@ -889,6 +884,9 @@ function KnowledgeSourcesPage() { />
+ + This Agent retrieves from your knowledge and generates chat responses. Edit in Langflow for full control. +
@@ -967,15 +965,10 @@ function KnowledgeSourcesPage() { {/* Knowledge Ingest Section */} -
-
- - Knowledge ingestion and retrieval - - - Quick knowledge settings. Edit in Langflow for full control. - -
+
+ + Knowledge Ingest +
+ + Configure how files are ingested and stored for retrieval. Edit in Langflow for full control. +