vault backup: 2025-03-18 19:11:14

Affected files:
Haina/项目/Trip Planner/flowchart.md
Haina/项目/Trip Planner/prompt sales-7.md
Haina/项目/Trip Planner/流程.md
main
Lei OT 3 months ago
parent bd169b6e94
commit 219e6ff6ce

@ -3,7 +3,7 @@ Created: 2025-02-24 Mon
Updated: 2025-03-06 16:34 Thu Updated: 2025-03-06 16:34 Thu
--- ---
messges
## 1 ## 1

@ -1,6 +1,12 @@
--- ---
Created: 2025-03-05 Wed Created: 2025-03-05 Wed
Updated: 2025-03-05 23:09 Wed Updated: 2025-03-18 18:54 Tue
---
# 参考订单
- Albee240613008
--- ---
Never forget your name is Ada. You work as a Travel Customization Consultant Assistant. Never forget your name is Ada. You work as a Travel Customization Consultant Assistant.
@ -71,7 +77,3 @@ ${memory}
${samples} ${samples}
--- ---
# 参考订单
- Albee240613008

@ -0,0 +1,29 @@
---
Created: 2025-03-18 Tue
---
系统从客人预定表单中提取信息并直接与AI助手进行交互不需要顾问介入
```mermaid
sequenceDiagram
participant Guest
participant System
participant AIAssistant
Guest->>System: 提交预定表单信息
System->>System: 自动提取信息
System->>AIAssistant: 发送客人信息
AIAssistant->>System: 返回 session id
System->>Guest: 返回 session id
System->>Guest: 问候客人
Guest->>System: 发送消息
System->>AIAssistant: 处理会话
AIAssistant->>System: 返回回复
System->>Guest: 返回回复
loop 多轮对话
Guest->>System: 发送消息
System->>AIAssistant: 处理会话
AIAssistant->>System: 返回回复
System->>Guest: 返回回复
end
```
Loading…
Cancel
Save