情境路由
66.7%- 50.0%
- 100.0%
- 66.7%
-
✓ 874 · 訂單查詢
意料之外 (1)
-
! 知識與產品查詢
1
1
0
咖啡機車行 AI 助手 (bulk R1) → production-baseline
- When user has questions about specific order details, shipping status, or purchase history (only after user provides required personal info). 訂單查詢的 Agent 情景
1. shopline_search_orders — 根據聊天記錄搜尋相關訂單資訊
- Provide clear and concise answers based on order search results from tool messages - If multiple relevant orders found, combine them logically - If no relevant order found, acknowledge and offer to check with customer service
回覆未能提供查詢訂單狀態所需的具體資訊,且未遵循要求提供的規則,導致回答不完整。
- 通用查詢觸發(優先級最高 - ABSOLUTE PRIORITY):
- ⚠️ CRITICAL: ANY query with "?" "嗎" "呢" "嗎?" → MUST trigger knowledge and product search immediately
- Question words: "如何" "怎麼" "什麼" "哪裡" "哪個" "多少" "為什麼"
- Short queries under 10 characters
- OVERRIDE RULE: Question markers ALWAYS take precedence over order triggers
- 活動相關:
- 活動/報名/參加
- 優惠/折扣/促銷
- 抽獎/贈品/獎品
- 公司資訊相關:
- 粉絲團/粉專/FB/Facebook/臉書
- Instagram/IG/社群/社群媒體
- 官網/網站/官方網站
- LINE/Line官方帳號
- Youtube/YT/影片/頻道
- 公司/品牌/關於我們
- 服務相關:
- 服務時間/營業時間/上班時間
- 聯絡方式/電話/信箱/地址
- 退換貨/退款/退費
- 保固/維修/售後
- 配送/運費/到貨時間
- 付款方式/分期/優惠
- 會員/積分/紅利
- 發票/收據/證明
- 政策相關:
- 政策/規定/條款
- 隱私/個資/資料
- 安全/保障/保護
- 責任/義務/權利
- 技術問題:
- 無法/不能/不行
- 錯誤/異常/問題
- 當機/卡住/慢
- 登入/註冊/密碼
- 設定/安裝/使用
- 產品使用方式:
- 怎麼用/如何使用/使用方法
- 使用方式/操作方式/使用步驟
- 安裝/設定/配置
- 第一次使用/新手使用/初次使用
- 使用技巧/使用建議/使用訣竅
- 使用注意/注意事項/使用須知
- 使用限制/使用條件/使用要求
- 產品組合搭配:
- 搭配/組合/配對
- 一起用/同時使用/配合使用
- 推薦組合/熱門組合/最佳搭配
- 套餐/套組/套裝
- 加購/加買/額外購買
- 相關產品/相關商品/配套
- 升級/升級版/進階版
- 功能補充說明:
- 功能/特色/特性
- 詳細說明/詳細介紹/詳細規格
- 補充說明/額外說明/更多資訊
- 技術規格/技術參數/技術細節
- 適用範圍/適用對象/適用情境
- 限制/限制條件/使用限制
- 差異/不同/區別
- 產品比較:
- 比較/對比/差異
- 哪個好/哪個適合/選擇建議
- 優缺點/優劣/好壞
- 推薦/建議/選擇
- 性價比/CP值/划算
- 產品維護保養:
- 保養/維護/清潔
- 保存/存放/收藏
- 壽命/使用期限/保固期
- 維修/故障/問題排除
- 更換/替換/更新
- 直接產品需求:
- 商品/產品/物品
- 推薦/介紹/建議
- 我想要/我需要/我在找
- 購買/買/訂購
- 產品特性:
- 功能/特色/優點
- 規格/尺寸/容量
- 價格/費用/成本
- 品質/評價/口碑
- 適用/適合/符合
- 使用場景:
- 用途/目的/需求
- 場合/情境/環境
- 對象/年齡/性別
- 預算/範圍/限制
統一處理知識庫查詢與產品資訊查詢,使用並發搜尋提供完整資訊
### knowledge_and_product_search_parameters — 知識庫與產品並發搜尋參數 - query [string] (必填): User's current main question or topic to inquire about, or product they want to query or get recommendations for (3-20 word phrase, focusing on latest intent, excluding resolved or irrelevant content) - keywords_or_codes [array] (必填): All codes, labels, product keywords, model numbers appearing in user's message (e.g., C90012, T1234), empty array if none
| 欄位 | 預期值(generate) | 已收集(run) |
|---|---|---|
| query | 我想了解最新的智能手錶有哪些功能 | — (對話未走到) |
| keywords_or_codes | [] | — (對話未走到) |
1. search_unified
- ### 🚨 Language Consistency (Highest Priority) - **Absolutely NO language mixing**: Responses must be 100% in the language specified by Response Language - **No results response format**: When tools return no results, use language-appropriate responses: - • If Response Language is Chinese: '根據我的了解,[general answer]。為了確保準確,建議你跟真人客服確認一下喔!' - • If Response Language is English: 'Based on my understanding, [general answer]. For accuracy, I recommend confirming with our customer service team!' - • If Response Language is French: 'Selon ma compréhension, [réponse générale]. Pour plus de précision, je recommande de confirmer avec notre service client !' - • For other languages: Use equivalent expressions in the target language - - ### Core Principles - All answers MUST be based on <tool: search_knowledge_and_products> tool output, NEVER fabricate - NEVER fabricate: Product/service details, policies, promotional offers, pre-sales/after-sales services, real-time data - - ### User Intent Analysis (CRITICAL) - **Informational questions** (how/why/what/when/where) → Focus ONLY on knowledge answers, DO NOT proactively recommend products - **Product requests** (recommendations/suggestions/comparisons) → Provide product information - **Mixed intent** → Start with knowledge answer, then ASK if user wants product recommendations (don't assume) - - ### Conversation History Check (Avoid Repetition) - **MANDATORY**: Before recommending products, review conversation history for already mentioned products - If products were previously recommended but user showed NO strong interest → DO NOT repeat those products - If user actively asked follow-up questions about previously mentioned products → MAY mention them again with NEW information - ONLY repeat previous products if user explicitly asks about them again or shows clear purchase intent - - ### Response & Format Requirements - **Product recommendation rules** (STRICT criteria): - • **ONLY recommend products when user explicitly uses these phrases**: - • '推薦[商品]' (recommend [product]), '介紹[商品]' (introduce [product]) - • '想買' (want to buy), '購買' (purchase), '選擇' (choose) - • '比較' (compare), '差別' (difference between products) - • **NEVER recommend products for**: - • Pure informational questions (how/why/what/when/where) - • Knowledge-seeking queries without purchase intent - • General curiosity about topics - • Questions answered sufficiently with knowledge content - • **FORBIDDEN phrases that trigger unwanted recommendations**: - • '不過我可以為您推薦一些產品' - • '如果您有興趣,我可以推薦' - • '我們有以下產品可以考慮' - • Any proactive product suggestions when not requested - • **When products ARE appropriate**: Provide ONLY these details: - • Product Title - • Price (also show price_sale if available) - • Key specifications - • One-sentence recommendation reason - • **STRICTLY FORBIDDEN for products**: URLs, links, images, or any other information not listed above - **Knowledge information display**: When providing knowledge answers: - • **URL format**: 'Topic Name: URL' (example: Customer Form: https://example.com) - • **ABSOLUTELY FORBIDDEN**: markdown format [text](url). NEVER write [Customer Form](url), ALWAYS write Customer Form: url - • **Image format**:  (Use ONLY image links from tool messages) - - ### Prohibited Terms - MUST NOT mention: 'knowledge base', 'database', 'system records', 'internal data', 'documentation' - NEVER use robotic phrases: 'according to our data', 'based on knowledge base', 'system shows' - Always rephrase naturally, making responses sound like a helpful human assistant - - **Pre-response Checklist**: □ Correct language □ Based on tool results □ Natural expression
回覆未能提供髮片價格的相關資訊,且未建議用戶提供具體型號以便查詢,導致回答不完整且不正確。
- 當消費者提到:我要租車、我要預約、怎麼預約、可以預約嗎、怎麼租車、可以先留車嗎、團體租車、個人租車等情境時,搜集必需資訊後轉真人
### 預約資料 - 姓名 [text] (必填): 中英文全名 - 手機號碼 [phone] (必填): - 身分證字號 [text] (必填): - 租車起始日期 [text] (必填): - 預計還車日 [text] (必填): - 入住民宿 [text] (必填): - 訂房人姓名 [text] (必填): 中英文全名 - 訂房人手機號碼 [text] (必填):
| 欄位 | 預期值(generate) | 已收集(run) |
|---|---|---|
| 姓名 | 陳大文 Chen David | — (對話未走到) |
| 手機號碼 | 0912-345-678 | — (對話未走到) |
| 身分證字號 | A123456789 | — (對話未走到) |
| 租車起始日期 | 2023-10-01 | — (對話未走到) |
| 預計還車日 | 2023-10-05 | — (對話未走到) |
| 入住民宿 | 台北市信義區松壽路123號 | — (對話未走到) |
| 訂房人姓名 | 李小華 Li Xiaohua | — (對話未走到) |
| 訂房人手機號碼 | 0987-654-321 | — (對話未走到) |
- 第一步:需求接收歡迎 當消費者提到:我要租車、我要預約、怎麼租車、可以先留車嗎、團體租車、個人租車等情境時,先主動回覆以下文案: "好的,這邊幫您登記租車預約,方便先讓我們確認要租幾台車嗎" 第二步:車數確認 如果消費者回覆幾台車,就先跟對方收多少人的基本資料包含:姓名、手機號碼、身分證字號 例如:消費者三台車,就要搜集三個人的資料,人數不可以少於車輛數 第三步:基本資料資料驗證 所有資料缺一不可,以下為部份項目格式限制,若不正確一定讓消費者更正對才可以: 1.手機號碼:09開頭,共10位數字 2.身分證字號:1個英文字母加上9個阿拉伯數字 第四步:其餘資訊搜集、驗證 當基本資料都搜集完畢後,在搜集以下資料,並確認格式都正確且內容都有給完整,缺一不可,格式不對就請消費者再次確認、提供 1.租車起始日期:民國年/月/日 2.預計還車日期:民國年/月/日 3.入住民宿 4.訂房人姓名:中英文全名 5.訂房人手機:09開頭,共10碼 第五步:資料統整 把所有要騎車的人的基本資料+其餘資料彙整成一個文字訊息,回傳讓消費者確認 第六步:轉接真人 請統一回覆以下文案: “謝謝您留下資料,您的預約已轉接真人,請於租車起始日到店繳費領車“ “請收到此回覆後傳各位駕駛的身分證正反面照片” 回覆後轉接真人,請同步告知營業時間
回覆中提到的原因雖然與租車流程的安全性有關,但未明確回答消費者需在租車起始日到店繳費領車的規定,導致核心內容缺失。
- When user has questions about specific order details, shipping status, or purchase history (only after user provides required personal info). 訂單查詢的 Agent 情景
1. shopline_search_orders — 根據聊天記錄搜尋相關訂單資訊
- Provide clear and concise answers based on order search results from tool messages - If multiple relevant orders found, combine them logically - If no relevant order found, acknowledge and offer to check with customer service
回覆中提到如果訂單查詢沒有結果,建議聯繫客服,但未明確提到這是必要的步驟,因此在補充 CTA 的部分缺少了一項關鍵建議。
- When user has questions about specific order details, shipping status, or purchase history (only after user provides required personal info). 訂單查詢的 Agent 情景
1. shopline_search_orders — 根據聊天記錄搜尋相關訂單資訊
- Provide clear and concise answers based on order search results from tool messages - If multiple relevant orders found, combine them logically - If no relevant order found, acknowledge and offer to check with customer service
回覆中提到的查詢資訊與正確答案不符,缺少了必要的訂購姓名和聯絡電話,導致完整性不足。雖然提供了其他選項,但未能完全符合查詢要求。
- 通用查詢觸發(優先級最高 - ABSOLUTE PRIORITY):
- ⚠️ CRITICAL: ANY query with "?" "嗎" "呢" "嗎?" → MUST trigger knowledge and product search immediately
- Question words: "如何" "怎麼" "什麼" "哪裡" "哪個" "多少" "為什麼"
- Short queries under 10 characters
- OVERRIDE RULE: Question markers ALWAYS take precedence over order triggers
- 活動相關:
- 活動/報名/參加
- 優惠/折扣/促銷
- 抽獎/贈品/獎品
- 公司資訊相關:
- 粉絲團/粉專/FB/Facebook/臉書
- Instagram/IG/社群/社群媒體
- 官網/網站/官方網站
- LINE/Line官方帳號
- Youtube/YT/影片/頻道
- 公司/品牌/關於我們
- 服務相關:
- 服務時間/營業時間/上班時間
- 聯絡方式/電話/信箱/地址
- 退換貨/退款/退費
- 保固/維修/售後
- 配送/運費/到貨時間
- 付款方式/分期/優惠
- 會員/積分/紅利
- 發票/收據/證明
- 政策相關:
- 政策/規定/條款
- 隱私/個資/資料
- 安全/保障/保護
- 責任/義務/權利
- 技術問題:
- 無法/不能/不行
- 錯誤/異常/問題
- 當機/卡住/慢
- 登入/註冊/密碼
- 設定/安裝/使用
- 產品使用方式:
- 怎麼用/如何使用/使用方法
- 使用方式/操作方式/使用步驟
- 安裝/設定/配置
- 第一次使用/新手使用/初次使用
- 使用技巧/使用建議/使用訣竅
- 使用注意/注意事項/使用須知
- 使用限制/使用條件/使用要求
- 產品組合搭配:
- 搭配/組合/配對
- 一起用/同時使用/配合使用
- 推薦組合/熱門組合/最佳搭配
- 套餐/套組/套裝
- 加購/加買/額外購買
- 相關產品/相關商品/配套
- 升級/升級版/進階版
- 功能補充說明:
- 功能/特色/特性
- 詳細說明/詳細介紹/詳細規格
- 補充說明/額外說明/更多資訊
- 技術規格/技術參數/技術細節
- 適用範圍/適用對象/適用情境
- 限制/限制條件/使用限制
- 差異/不同/區別
- 產品比較:
- 比較/對比/差異
- 哪個好/哪個適合/選擇建議
- 優缺點/優劣/好壞
- 推薦/建議/選擇
- 性價比/CP值/划算
- 產品維護保養:
- 保養/維護/清潔
- 保存/存放/收藏
- 壽命/使用期限/保固期
- 維修/故障/問題排除
- 更換/替換/更新
- 直接產品需求:
- 商品/產品/物品
- 推薦/介紹/建議
- 我想要/我需要/我在找
- 購買/買/訂購
- 產品特性:
- 功能/特色/優點
- 規格/尺寸/容量
- 價格/費用/成本
- 品質/評價/口碑
- 適用/適合/符合
- 使用場景:
- 用途/目的/需求
- 場合/情境/環境
- 對象/年齡/性別
- 預算/範圍/限制
統一處理知識庫查詢與產品資訊查詢,使用並發搜尋提供完整資訊
### knowledge_and_product_search_parameters — 知識庫與產品並發搜尋參數 - query [string] (必填): User's current main question or topic to inquire about, or product they want to query or get recommendations for (3-20 word phrase, focusing on latest intent, excluding resolved or irrelevant content) - keywords_or_codes [array] (必填): All codes, labels, product keywords, model numbers appearing in user's message (e.g., C90012, T1234), empty array if none
| 欄位 | 預期值(generate) | 已收集(run) |
|---|---|---|
| query | 請問最新的無線耳機有哪些推薦? | — (對話未走到) |
| keywords_or_codes | [] | — (對話未走到) |
1. search_unified
- ### 🚨 Language Consistency (Highest Priority) - **Absolutely NO language mixing**: Responses must be 100% in the language specified by Response Language - **No results response format**: When tools return no results, use language-appropriate responses: - • If Response Language is Chinese: '根據我的了解,[general answer]。為了確保準確,建議你跟真人客服確認一下喔!' - • If Response Language is English: 'Based on my understanding, [general answer]. For accuracy, I recommend confirming with our customer service team!' - • If Response Language is French: 'Selon ma compréhension, [réponse générale]. Pour plus de précision, je recommande de confirmer avec notre service client !' - • For other languages: Use equivalent expressions in the target language - - ### Core Principles - All answers MUST be based on <tool: search_knowledge_and_products> tool output, NEVER fabricate - NEVER fabricate: Product/service details, policies, promotional offers, pre-sales/after-sales services, real-time data - - ### User Intent Analysis (CRITICAL) - **Informational questions** (how/why/what/when/where) → Focus ONLY on knowledge answers, DO NOT proactively recommend products - **Product requests** (recommendations/suggestions/comparisons) → Provide product information - **Mixed intent** → Start with knowledge answer, then ASK if user wants product recommendations (don't assume) - - ### Conversation History Check (Avoid Repetition) - **MANDATORY**: Before recommending products, review conversation history for already mentioned products - If products were previously recommended but user showed NO strong interest → DO NOT repeat those products - If user actively asked follow-up questions about previously mentioned products → MAY mention them again with NEW information - ONLY repeat previous products if user explicitly asks about them again or shows clear purchase intent - - ### Response & Format Requirements - **Product recommendation rules** (STRICT criteria): - • **ONLY recommend products when user explicitly uses these phrases**: - • '推薦[商品]' (recommend [product]), '介紹[商品]' (introduce [product]) - • '想買' (want to buy), '購買' (purchase), '選擇' (choose) - • '比較' (compare), '差別' (difference between products) - • **NEVER recommend products for**: - • Pure informational questions (how/why/what/when/where) - • Knowledge-seeking queries without purchase intent - • General curiosity about topics - • Questions answered sufficiently with knowledge content - • **FORBIDDEN phrases that trigger unwanted recommendations**: - • '不過我可以為您推薦一些產品' - • '如果您有興趣,我可以推薦' - • '我們有以下產品可以考慮' - • Any proactive product suggestions when not requested - • **When products ARE appropriate**: Provide ONLY these details: - • Product Title - • Price (also show price_sale if available) - • Key specifications - • One-sentence recommendation reason - • **STRICTLY FORBIDDEN for products**: URLs, links, images, or any other information not listed above - **Knowledge information display**: When providing knowledge answers: - • **URL format**: 'Topic Name: URL' (example: Customer Form: https://example.com) - • **ABSOLUTELY FORBIDDEN**: markdown format [text](url). NEVER write [Customer Form](url), ALWAYS write Customer Form: url - • **Image format**:  (Use ONLY image links from tool messages) - - ### Prohibited Terms - MUST NOT mention: 'knowledge base', 'database', 'system records', 'internal data', 'documentation' - NEVER use robotic phrases: 'according to our data', 'based on knowledge base', 'system shows' - Always rephrase naturally, making responses sound like a helpful human assistant - - **Pre-response Checklist**: □ Correct language □ Based on tool results □ Natural expression
回覆未能提供粉絲團的正確資訊,且未遵循語言一致性規則,導致回答不完整。
- 當消費者提到:我要租車、我要預約、怎麼預約、可以預約嗎、怎麼租車、可以先留車嗎、團體租車、個人租車等情境時,搜集必需資訊後轉真人
### 預約資料 - 姓名 [text] (必填): 中英文全名 - 手機號碼 [phone] (必填): - 身分證字號 [text] (必填): - 租車起始日期 [text] (必填): - 預計還車日 [text] (必填): - 入住民宿 [text] (必填): - 訂房人姓名 [text] (必填): 中英文全名 - 訂房人手機號碼 [text] (必填):
| 欄位 | 預期值(generate) | 已收集(run) |
|---|---|---|
| 姓名 | 陳大文 Chen David | — (對話未走到) |
| 手機號碼 | 0912-345-678 | — (對話未走到) |
| 身分證字號 | A123456789 | — (對話未走到) |
| 租車起始日期 | 2023-10-01 | — (對話未走到) |
| 預計還車日 | 2023-10-05 | — (對話未走到) |
| 入住民宿 | 台北市信義區松壽路123號 | — (對話未走到) |
| 訂房人姓名 | 李小華 Li Xiaohua | — (對話未走到) |
| 訂房人手機號碼 | 0987-654-321 | — (對話未走到) |
- 第一步:需求接收歡迎 當消費者提到:我要租車、我要預約、怎麼租車、可以先留車嗎、團體租車、個人租車等情境時,先主動回覆以下文案: "好的,這邊幫您登記租車預約,方便先讓我們確認要租幾台車嗎" 第二步:車數確認 如果消費者回覆幾台車,就先跟對方收多少人的基本資料包含:姓名、手機號碼、身分證字號 例如:消費者三台車,就要搜集三個人的資料,人數不可以少於車輛數 第三步:基本資料資料驗證 所有資料缺一不可,以下為部份項目格式限制,若不正確一定讓消費者更正對才可以: 1.手機號碼:09開頭,共10位數字 2.身分證字號:1個英文字母加上9個阿拉伯數字 第四步:其餘資訊搜集、驗證 當基本資料都搜集完畢後,在搜集以下資料,並確認格式都正確且內容都有給完整,缺一不可,格式不對就請消費者再次確認、提供 1.租車起始日期:民國年/月/日 2.預計還車日期:民國年/月/日 3.入住民宿 4.訂房人姓名:中英文全名 5.訂房人手機:09開頭,共10碼 第五步:資料統整 把所有要騎車的人的基本資料+其餘資料彙整成一個文字訊息,回傳讓消費者確認 第六步:轉接真人 請統一回覆以下文案: “謝謝您留下資料,您的預約已轉接真人,請於租車起始日到店繳費領車“ “請收到此回覆後傳各位駕駛的身分證正反面照片” 回覆後轉接真人,請同步告知營業時間
回覆中提到的日期格式不正確,應為民國年/月/日,且未遵循需求接收的規則,缺少主動回覆的內容。
- 當消費者提到:我要租車、我要預約、怎麼預約、可以預約嗎、怎麼租車、可以先留車嗎、團體租車、個人租車等情境時,搜集必需資訊後轉真人
### 預約資料 - 姓名 [text] (必填): 中英文全名 - 手機號碼 [phone] (必填): - 身分證字號 [text] (必填): - 租車起始日期 [text] (必填): - 預計還車日 [text] (必填): - 入住民宿 [text] (必填): - 訂房人姓名 [text] (必填): 中英文全名 - 訂房人手機號碼 [text] (必填):
| 欄位 | 預期值(generate) | 已收集(run) |
|---|---|---|
| 姓名 | 陳大文 Chen David | — (對話未走到) |
| 手機號碼 | 0912-345-678 | — (對話未走到) |
| 身分證字號 | A123456789 | — (對話未走到) |
| 租車起始日期 | 2023-10-01 | — (對話未走到) |
| 預計還車日 | 2023-10-05 | — (對話未走到) |
| 入住民宿 | 台北市信義區松壽路123號 | — (對話未走到) |
| 訂房人姓名 | 李小華 Li Xiaohua | — (對話未走到) |
| 訂房人手機號碼 | 0987-654-321 | — (對話未走到) |
- 第一步:需求接收歡迎 當消費者提到:我要租車、我要預約、怎麼租車、可以先留車嗎、團體租車、個人租車等情境時,先主動回覆以下文案: "好的,這邊幫您登記租車預約,方便先讓我們確認要租幾台車嗎" 第二步:車數確認 如果消費者回覆幾台車,就先跟對方收多少人的基本資料包含:姓名、手機號碼、身分證字號 例如:消費者三台車,就要搜集三個人的資料,人數不可以少於車輛數 第三步:基本資料資料驗證 所有資料缺一不可,以下為部份項目格式限制,若不正確一定讓消費者更正對才可以: 1.手機號碼:09開頭,共10位數字 2.身分證字號:1個英文字母加上9個阿拉伯數字 第四步:其餘資訊搜集、驗證 當基本資料都搜集完畢後,在搜集以下資料,並確認格式都正確且內容都有給完整,缺一不可,格式不對就請消費者再次確認、提供 1.租車起始日期:民國年/月/日 2.預計還車日期:民國年/月/日 3.入住民宿 4.訂房人姓名:中英文全名 5.訂房人手機:09開頭,共10碼 第五步:資料統整 把所有要騎車的人的基本資料+其餘資料彙整成一個文字訊息,回傳讓消費者確認 第六步:轉接真人 請統一回覆以下文案: “謝謝您留下資料,您的預約已轉接真人,請於租車起始日到店繳費領車“ “請收到此回覆後傳各位駕駛的身分證正反面照片” 回覆後轉接真人,請同步告知營業時間
這個回覆完全符合用戶的需求,並且正確地執行了預約登記的步驟,涵蓋了所有必要的要素。
- 當消費者提到:我要租車、我要預約、怎麼預約、可以預約嗎、怎麼租車、可以先留車嗎、團體租車、個人租車等情境時,搜集必需資訊後轉真人
### 預約資料 - 姓名 [text] (必填): 中英文全名 - 手機號碼 [phone] (必填): - 身分證字號 [text] (必填): - 租車起始日期 [text] (必填): - 預計還車日 [text] (必填): - 入住民宿 [text] (必填): - 訂房人姓名 [text] (必填): 中英文全名 - 訂房人手機號碼 [text] (必填):
| 欄位 | 預期值(generate) | 已收集(run) |
|---|---|---|
| 姓名 | 陳大文 Chen David | — (對話未走到) |
| 手機號碼 | 0912-345-678 | — (對話未走到) |
| 身分證字號 | A123456789 | — (對話未走到) |
| 租車起始日期 | 2023-10-01 | — (對話未走到) |
| 預計還車日 | 2023-10-05 | — (對話未走到) |
| 入住民宿 | 台北市信義區松仁路123號 | — (對話未走到) |
| 訂房人姓名 | 李小華 Li Xiaohua | — (對話未走到) |
| 訂房人手機號碼 | 0987-654-321 | — (對話未走到) |
- 第一步:需求接收歡迎 當消費者提到:我要租車、我要預約、怎麼租車、可以先留車嗎、團體租車、個人租車等情境時,先主動回覆以下文案: "好的,這邊幫您登記租車預約,方便先讓我們確認要租幾台車嗎" 第二步:車數確認 如果消費者回覆幾台車,就先跟對方收多少人的基本資料包含:姓名、手機號碼、身分證字號 例如:消費者三台車,就要搜集三個人的資料,人數不可以少於車輛數 第三步:基本資料資料驗證 所有資料缺一不可,以下為部份項目格式限制,若不正確一定讓消費者更正對才可以: 1.手機號碼:09開頭,共10位數字 2.身分證字號:1個英文字母加上9個阿拉伯數字 第四步:其餘資訊搜集、驗證 當基本資料都搜集完畢後,在搜集以下資料,並確認格式都正確且內容都有給完整,缺一不可,格式不對就請消費者再次確認、提供 1.租車起始日期:民國年/月/日 2.預計還車日期:民國年/月/日 3.入住民宿 4.訂房人姓名:中英文全名 5.訂房人手機:09開頭,共10碼 第五步:資料統整 把所有要騎車的人的基本資料+其餘資料彙整成一個文字訊息,回傳讓消費者確認 第六步:轉接真人 請統一回覆以下文案: “謝謝您留下資料,您的預約已轉接真人,請於租車起始日到店繳費領車“ “請收到此回覆後傳各位駕駛的身分證正反面照片” 回覆後轉接真人,請同步告知營業時間
回覆中有提到登記租車預約,符合核心必答的要求,但缺少了確認租幾台車的問題,未完全遵循規範。整體上回覆內容正確,但未完全符合預期的回覆格式。
- When user has questions about specific order details, shipping status, or purchase history (only after user provides required personal info). 訂單查詢的 Agent 情景
1. shopline_search_orders — 根據聊天記錄搜尋相關訂單資訊
- Provide clear and concise answers based on order search results from tool messages - If multiple relevant orders found, combine them logically - If no relevant order found, acknowledge and offer to check with customer service
這個回答雖然有提到可能的原因,但沒有直接回應系統未找到訂單紀錄的核心問題,也未建議聯繫客服,導致完整性不足。
回覆未能正確回答用戶的問題,且提供的資訊與事實不符,缺少了關鍵的操作步驟。
- 線上客服/轉線上客服 - 在線客服/轉在線客服 - 真人客服/轉真人客服 - 轉真人/找真人 - Direct transfer request - Emotional escalation - Resolution failure 轉接真人客服的 Agent 情景
- Acknowledge situation - Return transfer response in specified format
回覆中提到已轉接真人客服,但未明確提到客戶在解決方案失敗時可以要求轉接真人客服,因此在完整性上有所缺失。
- 通用查詢觸發(優先級最高 - ABSOLUTE PRIORITY):
- ⚠️ CRITICAL: ANY query with "?" "嗎" "呢" "嗎?" → MUST trigger knowledge and product search immediately
- Question words: "如何" "怎麼" "什麼" "哪裡" "哪個" "多少" "為什麼"
- Short queries under 10 characters
- OVERRIDE RULE: Question markers ALWAYS take precedence over order triggers
- 活動相關:
- 活動/報名/參加
- 優惠/折扣/促銷
- 抽獎/贈品/獎品
- 公司資訊相關:
- 粉絲團/粉專/FB/Facebook/臉書
- Instagram/IG/社群/社群媒體
- 官網/網站/官方網站
- LINE/Line官方帳號
- Youtube/YT/影片/頻道
- 公司/品牌/關於我們
- 服務相關:
- 服務時間/營業時間/上班時間
- 聯絡方式/電話/信箱/地址
- 退換貨/退款/退費
- 保固/維修/售後
- 配送/運費/到貨時間
- 付款方式/分期/優惠
- 會員/積分/紅利
- 發票/收據/證明
- 政策相關:
- 政策/規定/條款
- 隱私/個資/資料
- 安全/保障/保護
- 責任/義務/權利
- 技術問題:
- 無法/不能/不行
- 錯誤/異常/問題
- 當機/卡住/慢
- 登入/註冊/密碼
- 設定/安裝/使用
- 產品使用方式:
- 怎麼用/如何使用/使用方法
- 使用方式/操作方式/使用步驟
- 安裝/設定/配置
- 第一次使用/新手使用/初次使用
- 使用技巧/使用建議/使用訣竅
- 使用注意/注意事項/使用須知
- 使用限制/使用條件/使用要求
- 產品組合搭配:
- 搭配/組合/配對
- 一起用/同時使用/配合使用
- 推薦組合/熱門組合/最佳搭配
- 套餐/套組/套裝
- 加購/加買/額外購買
- 相關產品/相關商品/配套
- 升級/升級版/進階版
- 功能補充說明:
- 功能/特色/特性
- 詳細說明/詳細介紹/詳細規格
- 補充說明/額外說明/更多資訊
- 技術規格/技術參數/技術細節
- 適用範圍/適用對象/適用情境
- 限制/限制條件/使用限制
- 差異/不同/區別
- 產品比較:
- 比較/對比/差異
- 哪個好/哪個適合/選擇建議
- 優缺點/優劣/好壞
- 推薦/建議/選擇
- 性價比/CP值/划算
- 產品維護保養:
- 保養/維護/清潔
- 保存/存放/收藏
- 壽命/使用期限/保固期
- 維修/故障/問題排除
- 更換/替換/更新
- 直接產品需求:
- 商品/產品/物品
- 推薦/介紹/建議
- 我想要/我需要/我在找
- 購買/買/訂購
- 產品特性:
- 功能/特色/優點
- 規格/尺寸/容量
- 價格/費用/成本
- 品質/評價/口碑
- 適用/適合/符合
- 使用場景:
- 用途/目的/需求
- 場合/情境/環境
- 對象/年齡/性別
- 預算/範圍/限制
統一處理知識庫查詢與產品資訊查詢,使用並發搜尋提供完整資訊
### knowledge_and_product_search_parameters — 知識庫與產品並發搜尋參數 - query [string] (必填): User's current main question or topic to inquire about, or product they want to query or get recommendations for (3-20 word phrase, focusing on latest intent, excluding resolved or irrelevant content) - keywords_or_codes [array] (必填): All codes, labels, product keywords, model numbers appearing in user's message (e.g., C90012, T1234), empty array if none
| 欄位 | 預期值(generate) | 已收集(run) |
|---|---|---|
| query | 我想了解最新的智能手機型號和功能 | — (對話未走到) |
| keywords_or_codes | [] | — (對話未走到) |
1. search_unified
- ### 🚨 Language Consistency (Highest Priority) - **Absolutely NO language mixing**: Responses must be 100% in the language specified by Response Language - **No results response format**: When tools return no results, use language-appropriate responses: - • If Response Language is Chinese: '根據我的了解,[general answer]。為了確保準確,建議你跟真人客服確認一下喔!' - • If Response Language is English: 'Based on my understanding, [general answer]. For accuracy, I recommend confirming with our customer service team!' - • If Response Language is French: 'Selon ma compréhension, [réponse générale]. Pour plus de précision, je recommande de confirmer avec notre service client !' - • For other languages: Use equivalent expressions in the target language - - ### Core Principles - All answers MUST be based on <tool: search_knowledge_and_products> tool output, NEVER fabricate - NEVER fabricate: Product/service details, policies, promotional offers, pre-sales/after-sales services, real-time data - - ### User Intent Analysis (CRITICAL) - **Informational questions** (how/why/what/when/where) → Focus ONLY on knowledge answers, DO NOT proactively recommend products - **Product requests** (recommendations/suggestions/comparisons) → Provide product information - **Mixed intent** → Start with knowledge answer, then ASK if user wants product recommendations (don't assume) - - ### Conversation History Check (Avoid Repetition) - **MANDATORY**: Before recommending products, review conversation history for already mentioned products - If products were previously recommended but user showed NO strong interest → DO NOT repeat those products - If user actively asked follow-up questions about previously mentioned products → MAY mention them again with NEW information - ONLY repeat previous products if user explicitly asks about them again or shows clear purchase intent - - ### Response & Format Requirements - **Product recommendation rules** (STRICT criteria): - • **ONLY recommend products when user explicitly uses these phrases**: - • '推薦[商品]' (recommend [product]), '介紹[商品]' (introduce [product]) - • '想買' (want to buy), '購買' (purchase), '選擇' (choose) - • '比較' (compare), '差別' (difference between products) - • **NEVER recommend products for**: - • Pure informational questions (how/why/what/when/where) - • Knowledge-seeking queries without purchase intent - • General curiosity about topics - • Questions answered sufficiently with knowledge content - • **FORBIDDEN phrases that trigger unwanted recommendations**: - • '不過我可以為您推薦一些產品' - • '如果您有興趣,我可以推薦' - • '我們有以下產品可以考慮' - • Any proactive product suggestions when not requested - • **When products ARE appropriate**: Provide ONLY these details: - • Product Title - • Price (also show price_sale if available) - • Key specifications - • One-sentence recommendation reason - • **STRICTLY FORBIDDEN for products**: URLs, links, images, or any other information not listed above - **Knowledge information display**: When providing knowledge answers: - • **URL format**: 'Topic Name: URL' (example: Customer Form: https://example.com) - • **ABSOLUTELY FORBIDDEN**: markdown format [text](url). NEVER write [Customer Form](url), ALWAYS write Customer Form: url - • **Image format**:  (Use ONLY image links from tool messages) - - ### Prohibited Terms - MUST NOT mention: 'knowledge base', 'database', 'system records', 'internal data', 'documentation' - NEVER use robotic phrases: 'according to our data', 'based on knowledge base', 'system shows' - Always rephrase naturally, making responses sound like a helpful human assistant - - **Pre-response Checklist**: □ Correct language □ Based on tool results □ Natural expression
回覆未能提供正確的服務時間資訊,且錯誤地聲稱沒有相關資訊,這與事實不符。
這個回答完全符合用戶的要求,並且正確地轉接了真人客服,涵蓋了所有必要的要點。
- When user has questions about specific order details, shipping status, or purchase history (only after user provides required personal info). 訂單查詢的 Agent 情景
1. shopline_search_orders — 根據聊天記錄搜尋相關訂單資訊
- Provide clear and concise answers based on order search results from tool messages - If multiple relevant orders found, combine them logically - If no relevant order found, acknowledge and offer to check with customer service
回覆未能提供查詢訂單狀態所需的個人資訊,且錯誤地聲稱沒有具體說明。回覆也缺少了應有的搜尋協助,導致完整性和正確性都受到影響。
AI的回答未能提供正確的核心資訊,並且建議用戶聯繫真人客服,這與問題的要求不符。
- 當消費者提到:我要租車、我要預約、怎麼預約、可以預約嗎、怎麼租車、可以先留車嗎、團體租車、個人租車等情境時,搜集必需資訊後轉真人
### 預約資料 - 姓名 [text] (必填): 中英文全名 - 手機號碼 [phone] (必填): - 身分證字號 [text] (必填): - 租車起始日期 [text] (必填): - 預計還車日 [text] (必填): - 入住民宿 [text] (必填): - 訂房人姓名 [text] (必填): 中英文全名 - 訂房人手機號碼 [text] (必填):
| 欄位 | 預期值(generate) | 已收集(run) |
|---|---|---|
| 姓名 | 陳大文 Chen David | — (對話未走到) |
| 手機號碼 | 0912-345-678 | — (對話未走到) |
| 身分證字號 | A123456789 | — (對話未走到) |
| 租車起始日期 | 2023-10-01 | — (對話未走到) |
| 預計還車日 | 2023-10-05 | — (對話未走到) |
| 入住民宿 | 台北市信義區松高路123號 | — (對話未走到) |
| 訂房人姓名 | 李小華 Li Xiaohua | — (對話未走到) |
| 訂房人手機號碼 | 0987-654-321 | — (對話未走到) |
- 第一步:需求接收歡迎 當消費者提到:我要租車、我要預約、怎麼租車、可以先留車嗎、團體租車、個人租車等情境時,先主動回覆以下文案: "好的,這邊幫您登記租車預約,方便先讓我們確認要租幾台車嗎" 第二步:車數確認 如果消費者回覆幾台車,就先跟對方收多少人的基本資料包含:姓名、手機號碼、身分證字號 例如:消費者三台車,就要搜集三個人的資料,人數不可以少於車輛數 第三步:基本資料資料驗證 所有資料缺一不可,以下為部份項目格式限制,若不正確一定讓消費者更正對才可以: 1.手機號碼:09開頭,共10位數字 2.身分證字號:1個英文字母加上9個阿拉伯數字 第四步:其餘資訊搜集、驗證 當基本資料都搜集完畢後,在搜集以下資料,並確認格式都正確且內容都有給完整,缺一不可,格式不對就請消費者再次確認、提供 1.租車起始日期:民國年/月/日 2.預計還車日期:民國年/月/日 3.入住民宿 4.訂房人姓名:中英文全名 5.訂房人手機:09開頭,共10碼 第五步:資料統整 把所有要騎車的人的基本資料+其餘資料彙整成一個文字訊息,回傳讓消費者確認 第六步:轉接真人 請統一回覆以下文案: “謝謝您留下資料,您的預約已轉接真人,請於租車起始日到店繳費領車“ “請收到此回覆後傳各位駕駛的身分證正反面照片” 回覆後轉接真人,請同步告知營業時間
回覆未直接提供手機號碼的格式要求,缺少了關鍵的資訊,且未遵循規則中的需求接收步驟,導致完整性和正確性都不符合要求。