From 19ba0efcebf0cdec0ca108a07c09893c1a8169cb Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:40:47 +0200 Subject: [PATCH] docs: link to scaffold of action --- docs/pipelines/actions.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/pipelines/actions.md b/docs/pipelines/actions.md index 667b443..0b3c5d1 100644 --- a/docs/pipelines/actions.md +++ b/docs/pipelines/actions.md @@ -4,10 +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. An example of a graph vizualization Action can be seen in the video below. +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/). + +An example of a graph vizualization Action can be seen in the video below.
\ No newline at end of file +