From 71b57bca520242ef79c6d826ad4995507f0ce127 Mon Sep 17 00:00:00 2001 From: yhjun1026 <460342015@qq.com> Date: Tue, 17 Oct 2023 19:43:07 +0800 Subject: [PATCH] feat(Agent): ChatAgent And AgentHub 1.Upgrade sqlalchemy to version 2.0 --- pilot/scene/chat_data/chat_excel/excel_analyze/prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot/scene/chat_data/chat_excel/excel_analyze/prompt.py b/pilot/scene/chat_data/chat_excel/excel_analyze/prompt.py index 1a350a0e2..23c86bd4d 100644 --- a/pilot/scene/chat_data/chat_excel/excel_analyze/prompt.py +++ b/pilot/scene/chat_data/chat_excel/excel_analyze/prompt.py @@ -35,7 +35,7 @@ _DEFAULT_TEMPLATE_ZH = """ 5.优先使用数据分析的方式回答,如果用户问题不涉及数据分析内容,你可以按你的理解进行回答 6.请确保你的输出内容有良好排版,输出内容均为普通markdown文本,不要用```或者```python这种标签来包围的输出内容 请确保你的输出格式如下: - 输出给用户的分析文本信息.[数据展示方式][正确的duckdb数据分析sql] + 分析思路简介.[数据展示方式][正确的duckdb数据分析sql] 用户问题:{user_input} """