Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Agent_Hub_Dev' into feat_rag_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries-ckt committed Nov 20, 2023
2 parents d63b2d1 + fd21a3a commit aad063b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/scene/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit aad063b

Please sign in to comment.