From f775a7eb54c73310d4004c39ce1829018a2fe061 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 28 Dec 2024 20:56:38 -0800 Subject: [PATCH] Update index.mdx --- docs/features/plugin/functions/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/plugin/functions/index.mdx b/docs/features/plugin/functions/index.mdx index 1e1215e..abc7bbe 100644 --- a/docs/features/plugin/functions/index.mdx +++ b/docs/features/plugin/functions/index.mdx @@ -19,9 +19,9 @@ There are **three types of Functions** in OpenWebUI, each with a specific purpos --- -### 1. [**Pipe Function** – Create Custom "Models" ](./pipe.mdx) +### 1. [**Pipe Function** – Create Custom "Agents/Models" ](./pipe.mdx) -A **Pipe Function** is how you create **custom models** or integrations, which then appear in the interface as if they were standalone models. +A **Pipe Function** is how you create **custom agents/models** or integrations, which then appear in the interface as if they were standalone models. **What does it do?** - Pipes let you define complex workflows. For instance, you could create a Pipe that sends data to **Model A** and **Model B**, processes their outputs, and combines the results into one finalized answer.