Commit fd07ff4d authored by 张会鑫's avatar 张会鑫

首页文案修改

parent b72b0a2b
......@@ -29,8 +29,8 @@ class Scene:
class ChatScene(Enum):
ChatWithDbExecute = Scene(
code="chat_with_db_execute",
name="Chat Data",
describe="Dialogue with your private data through natural language.",
name="数据聊天",
describe="通过自然语言与您的私人数据进行对话",
param_types=["DB Select"],
)
ExcelLearning = Scene(
......@@ -41,16 +41,16 @@ class ChatScene(Enum):
)
ChatExcel = Scene(
code="chat_excel",
name="Chat Excel",
describe="Dialogue with your excel, use natural language.",
name="数据表对话",
describe="使用自然语言,与你的Excel进行对话",
param_types=["File Select"],
prepare_scene_code="excel_learning",
)
ChatWithDbQA = Scene(
code="chat_with_db_qa",
name="Chat DB",
describe="Have a Professional Conversation with Metadata.",
name="数据库对话",
describe="以专业的方式探讨或处理元数据",
param_types=["DB Select"],
)
ChatExecution = Scene(
......@@ -62,8 +62,8 @@ class ChatScene(Enum):
ChatAgent = Scene(
code="chat_agent",
name="Agent Chat",
describe="Use tools through dialogue to accomplish your goals.",
name="智能体对话",
describe="通过对话使用工具,以实现您的目标",
param_types=["Plugin Select"],
)
......@@ -83,14 +83,14 @@ class ChatScene(Enum):
)
ChatDashboard = Scene(
"chat_dashboard",
"Dashboard",
"Provide you with professional analysis reports through natural language.",
"数据可视化",
"通过自然语言,为您提供专业的分析报告",
["DB Select"],
)
ChatKnowledge = Scene(
"chat_knowledge",
"Chat Knowledge",
"Dialogue through natural language and private documents and knowledge bases.",
"知识库对话",
"通过自然语言以及私人文档和知识库进行对话",
["Knowledge Space Select"],
)
ExtractSummary = Scene(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment