mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Added description of the Iteration component (#4656)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -5,16 +5,16 @@ slug: /interact_component
|
||||
|
||||
# Interact component
|
||||
|
||||
The component that accepts user inputs and displays responses.
|
||||
A component that accepts user inputs and displays responses.
|
||||
|
||||
---
|
||||
|
||||
The **Interact** component serves as the interface between human and bot, receiving user inputs and displaying the agent's responses.
|
||||
An **Interact** component serves as the interface between human and bot, receiving user inputs and displaying the agent's responses.
|
||||
|
||||
|
||||
## Scenarios
|
||||
|
||||
A **Interact** component is essential where you need to display the agent's responses or require user-computer interaction.
|
||||
An **Interact** component is essential where you need to display the agent's responses or require user-computer interaction.
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user