mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
Updated descriptions for the Agent components (#3728)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 4,
|
||||
"title": "Interpreter",
|
||||
"description": "Translation Agent: Agentic translation using reflection workflow.\n\nThis is inspired by Andrew NG's project: https://github.com/andrewyng/translation-agent\n\n",
|
||||
"description": "A translation agent based on a reflection agentic workflow, inspired by Andrew Ng's project: https://github.com/andrewyng/translation-agent\n\n1. Prompt an LLM to translate a text into the target language.\n2. Have the LLM reflect on the translation and provide constructive suggestions for improvement.\n3. Use these suggestions to improve the translation.",
|
||||
"canvas_type": "chatbot",
|
||||
"dsl": {
|
||||
"answer": [],
|
||||
@ -473,7 +473,7 @@
|
||||
{
|
||||
"data": {
|
||||
"form": {
|
||||
"text": "Translation Agent: Agentic translation using reflection workflow\n\nThis is inspired by Andrew NG's project: https://github.com/andrewyng/translation-agent\n\n1. Prompt an LLM to translate a text to target_language;\n2. Have the LLM reflect on the translation to come up with constructive suggestions for improving it;\n3. Use the suggestions to improve the translation."
|
||||
"text": "Translation Agent: Agentic translation using reflection workflow\n\nThis is inspired by Andrew NG's project: https://github.com/andrewyng/translation-agent\n\n1. Prompt an LLM to translate a text into the target language;\n2. Have the LLM reflect on the translation and provide constructive suggestions for improvement;\n3. Use these suggestions to improve the translation."
|
||||
},
|
||||
"label": "Note",
|
||||
"name": "Breif"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 9,
|
||||
"title": "SEO Blog Generator",
|
||||
"description": "A generator for Blogs with SEO just by giving title or keywords.",
|
||||
"description": "A blog generator that creates SEO-optimized content based on your chosen title or keywords.",
|
||||
"canvas_type": "chatbot",
|
||||
"dsl": {
|
||||
"answer": [],
|
||||
|
||||
Reference in New Issue
Block a user