mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 05:49:22 +00:00
Native data AI application framework based on AWEL+AGENT (#1152)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com> Co-authored-by: lcx01800250 <lcx01800250@alibaba-inc.com> Co-authored-by: licunxing <864255598@qq.com> Co-authored-by: Aralhi <xiaoping0501@gmail.com> Co-authored-by: xuyuan23 <643854343@qq.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: hzh97 <2976151305@qq.com>
This commit is contained in:
@@ -67,6 +67,13 @@ class ChatScene(Enum):
|
||||
param_types=["Plugin Select"],
|
||||
)
|
||||
|
||||
ChatFlow = Scene(
|
||||
code="chat_flow",
|
||||
name="Flow Chat",
|
||||
describe="Have conversations with conversational Awel flow.",
|
||||
param_types=["Flow Select"],
|
||||
)
|
||||
|
||||
InnerChatDBSummary = Scene(
|
||||
"inner_chat_db_summary", "DB Summary", "Db Summary.", True
|
||||
)
|
||||
|
Reference in New Issue
Block a user