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"], )