From dcd55833151c09d60338243acfdfe64fc3662868 Mon Sep 17 00:00:00 2001 From: yhjun1026 <460342015@qq.com> Date: Mon, 20 Nov 2023 17:49:31 +0800 Subject: [PATCH] feat(ChatDB): ChatDB change name to ChatData 1.ChatDB change name to ChatData --- 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 bfa655b9d..301ff32e8 100644 --- a/pilot/scene/base.py +++ b/pilot/scene/base.py @@ -25,7 +25,7 @@ class Scene: class ChatScene(Enum): ChatWithDbExecute = Scene( code="chat_with_db_execute", - name="Chat DB", + name="Chat Data", describe="Dialogue with your private databse data through natural language.", param_types=["DB Select"], )