feat(ChatData): ChatData change describe

1.ChatData change describe
This commit is contained in:
yhjun1026 2023-11-20 20:50:35 +08:00
parent 0da65cd435
commit fd21a3ae8f

View File

@ -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(