From 20165292b35449734bd48433e9836ecc71b5ebf5 Mon Sep 17 00:00:00 2001 From: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:09:55 +0000 Subject: [PATCH] Update actions.md Fixed spelling --- docs/pipelines/actions.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/pipelines/actions.md b/docs/pipelines/actions.md index 0b3c5d1..56d7457 100644 --- a/docs/pipelines/actions.md +++ b/docs/pipelines/actions.md @@ -4,11 +4,14 @@ title: "Actions" --- # Actions -Action functions allow you to write custom buttons to the message toolbar for end users to interact with. This feature enables more interactive messaging, enabling users to grant permission before a task is performed, generate visualizations of structured data, download an audio snippet of chats, and many other use cases. +Action functions allow you to write custom buttons to the message toolbar for end users to interact +with. This feature enables more interactive messaging, enabling users to grant permission before a +task is performed, generate visualizations of structured data, download an audio snippet of chats, +and many other use cases. -A scaffold of Action code can be found [in the community dection](https://openwebui.com/f/hub/custom_action/). +A scaffold of Action code can be found [in the community section](https://openwebui.com/f/hub/custom_action/). -An example of a graph vizualization Action can be seen in the video below. +An example of a graph visualization Action can be seen in the video below.