-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc: Reorganized the work space section, fixing the links and spelling. #284
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ title: "💬 Actions " | |
Ever wanted a 🔘 button that lets you quickly do something with the AI’s response? That’s where **Actions** come in. Actions in Open WebUI are mini-interactive elements you can attach to individual chat messages, making interactions smoother and more efficient. ⚡ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here |
||
|
||
## TL;DR | ||
- **Actions** are 🛠️ buttons or interactive elements you can add to chat messages. | ||
- **Actions** are buttons or interactive elements you can add to chat messages. | ||
- They allow users to interact with messages—such as confirming, adding notes, or triggering additional responses. | ||
|
||
### What Are Actions? 🤔 | ||
|
@@ -18,16 +18,16 @@ Actions allow you to place buttons right below any chat message, making it super | |
Actions are created with a primary component, the **action function**, which defines what happens when the button is clicked. For instance, an action might open a small text input where users can add feedback or perform a secondary task. | ||
|
||
### Examples of Actions: | ||
1. **Confirm Action** ✅ – Users click to confirm an instruction or agreement. | ||
2. **Add Feedback** 📝 – Opens a text box to input additional information. | ||
3. **Quick Reply** ⚡ – Buttons for fast responses like “Yes” or “No”. | ||
1. **Confirm Action** – Users click to confirm an instruction or agreement. | ||
2. **Add Feedback** – Opens a text box to input additional information. | ||
3. **Quick Reply** – Buttons for fast responses like “Yes” or “No”. | ||
|
||
By making interactions intuitive, Actions create a better user experience within Open WebUI, helping users stay engaged and making workflows faster and easier to manage. | ||
|
||
Some of the actual usecases includes: | ||
- Grant permission before performing a specific task | ||
- Generate visualizations of structured data 📊 | ||
- Download audio snippets of chats 🎧 | ||
- Generate visualizations of structured data | ||
- Download audio snippets of chats | ||
- Enable other interactive use cases for a richer messaging experience | ||
|
||
## 💻 Getting Started with Actions | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Too much emojis. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too much emojis.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not resolved.