Added descriptions of the retrieval agent component (#4416)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update

---------

Co-authored-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
writinwaters
2025-01-09 10:11:05 +08:00
committed by GitHub
parent d64df4de9c
commit 7bebf4b7bf
6 changed files with 86 additions and 9 deletions

View File

@ -18,4 +18,4 @@ A **Interact** component is essential where you need to display the agent's resp
## Examples
You can explore our three-step interpreter agent template, where the **Interact** component is used to display the final translation, or our customer service agent template, where the **Interact** component is used to display multi-turn dialogue between the user and the agent.
You can explore our three-step interpreter agent template, where the **Interact** component is used to display the final translation, or our customer service agent template, where the **Interact** component is the immediate downstream of **Begin** and is used to display multi-turn dialogue between the user and the agent.