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(