mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-23 03:26:53 +08:00
### What problem does this PR solve?
Trailing white-spaces in commit 6814ace1aa
got automatically trimmed by code editor may causes documentation
typesetting broken.
Mostly for double spaces for soft line breaks.
### Type of change
- [x] Documentation Update
24 lines
683 B
Plaintext
24 lines
683 B
Plaintext
---
|
||
sidebar_position: 4
|
||
slug: /message_component
|
||
sidebar_custom_props: {
|
||
categoryIcon: LucideMessageSquareReply
|
||
}
|
||
---
|
||
# Message component
|
||
|
||
A component that sends out a static or dynamic message.
|
||
|
||
---
|
||
|
||
As the final component of the workflow, a Message component returns the workflow’s ultimate data output accompanied by predefined message content. The system selects one message at random if multiple messages are provided.
|
||
|
||
## Configurations
|
||
|
||
### Messages
|
||
|
||
The message to send out. Click `(x)` or type `/` to quickly insert variables.
|
||
|
||
Click **+ Add message** to add message options. When multiple messages are supplied, the **Message** component randomly selects one to send.
|
||
|