Merge pull request #200 from thiswillbeyourgithub/main

docs: link to scaffold of action
This commit is contained in:
Justin Hayes 2024-08-30 13:46:30 -04:00 committed by GitHub
commit eb2bc5a6f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,10 +4,14 @@ title: "Actions"
--- ---
# 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.
<p align="center"> <p align="center">
<a href="#"> <a href="#">
<img src="/img/pipelines/graph-viz-action.gif" alt="Graph Visualization Action" /> <img src="/img/pipelines/graph-viz-action.gif" alt="Graph Visualization Action" />
</a> </a>
</p> </p>