From fd21a3ae8ffdc1956b492da6766a52bb6c96dfab Mon Sep 17 00:00:00 2001 From: yhjun1026 <460342015@qq.com> Date: Mon, 20 Nov 2023 20:50:35 +0800 Subject: [PATCH] feat(ChatData): ChatData change describe 1.ChatData change describe --- pilot/scene/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot/scene/base.py b/pilot/scene/base.py index 301ff32e8..e3478f7c3 100644 --- a/pilot/scene/base.py +++ b/pilot/scene/base.py @@ -26,7 +26,7 @@ class ChatScene(Enum): ChatWithDbExecute = Scene( code="chat_with_db_execute", name="Chat Data", - describe="Dialogue with your private databse data through natural language.", + describe="Dialogue with your private data through natural language.", param_types=["DB Select"], ) ExcelLearning = Scene(