From dbe357691ec4ea3d0e5c0cbdf7e3e11a14efc437 Mon Sep 17 00:00:00 2001 From: "April I. Murphy" <36110273+aimurphy@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:18:41 -0700 Subject: [PATCH] chore: add anchor to a docs heading (#10144) * revert smart function name change in docs * add anchor --- docs/docs/Components/components-processing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/Components/components-processing.mdx b/docs/docs/Components/components-processing.mdx index 2cd023f4bf..9b2a0330e3 100644 --- a/docs/docs/Components/components-processing.mdx +++ b/docs/docs/Components/components-processing.mdx @@ -696,7 +696,7 @@ To configure the **Save File** component and use it in a flow, do the following: 5. Optional: If you want to use the saved file in a flow, you must use an API call or another component to retrieve the file from the given filepath. -## Smart Function +## Smart Function {#smart-transform} In Langflow version 1.5, this component was renamed from **Lambda Filter** to **Smart Function**.