Files
ragflow/docs/guides/agent/agent_component_reference/message.mdx
writinwaters 36b0835740 Docs: Use memory (#12599)
### What problem does this PR solve?


### Type of change


- [x] Documentation Update
2026-01-14 09:40:31 +08:00

29 lines
885 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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 workflows 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.
### Save to memory
Select the corresponding Memory in the **Message** component under **Save to Memory**:
![](https://raw.githubusercontent.com/infiniflow/ragflow-docs/main/images/save_to_memory.png)