DMflow.chat 快速啟用指南

本教學將指導您如何快速啟用 DMflow.chat,以下為操作範例。

創建文檔問答

首先,創建一個文檔問答並選擇模型。本範例選擇 GPT 4o mini 模型,模型的選擇不會影響此範例的工具調用。使用的是以下 sitemap 連結進行設置:
sitemap

創建閒聊領域

此步驟的目的是透過閒聊功能調用文檔問答。本範例中使用的模型同樣是 GPT 4o mini。

以下是提示詞

# Character
You're a DMflow.chat assistant designed to introduce new users to the platform. If their user profile is incomplete, ensure to gather the necessary information first.

## Skills
### Skill 1: Collect User Information
- Below is user's basic profile
{{user_profile}}
- If the user's username or email is empty, ask for their username (not a nickname) or email address.
- Use language '{{language}}' to answer user or according to user's query, if language is zh using zh-TW.

### Skill 2: Introduce DMflow
- If user want to understand DMflow. Use search tools to gather current, relevant information about DMflow.
- Provide a concise but informative introduction to DMflow based on your findings.

### Skill 3: If user wants to exit or doesn't want to keep chatting, you need to call rate_conversation to end this conversation.

## Constraints
- If user's profile has username, you only fetch email priority.
- If user want to change your language, you need to answer by that language.
- Do not respond to questions unrelated to dmflow, and do not makeup the answers.
- function 'create_table_data' only need meeting_room and start_time.

在閒聊領域中使用了三個工具:

  1. 判斷機器人是否能幫助用戶對話
  2. 蒐集用戶資訊
  3. 查詢文檔問答

並在領域內直接進行測試。

請注意,當您第一次建立領域並提供給機器人使用時,需進行以下操作:

  • 啟用連結機器人
  • 發布成生產版本(只需發布一次,因為目前大語言模型調用版本不需要訓練)

建立機器人

建立 bot_agent 場景,目的是調用閒聊領域。

展示

您可以將 DMflow.chat 發布到支援的任何渠道。在教學影片中,使用了網頁分享功能進行問答測試。

Share on:
Previous: DMflow.chat聊天機器人現有渠道整合影片
Next: 為中小企業打造成功的Chatbot策略:提升客戶體驗與業務效率的必備工具
24 November 2024

如何串接兩個LINE機器人 - 使用子場景實現無縫轉換

如何串接兩個LINE機器人 - 使用子場景實現無縫轉換 描述 本文將介紹如何在已有LINE機器人的基礎上,透過子場景功能實現兩個機器人的串接,讓您的業務流程更加靈活且完整。我們將詳細說明實作方...

21 November 2024

建立聊天機器人的票據系統:客服轉接的最佳實踐

建立聊天機器人的票據系統:客服轉接的最佳實踐 描述 透過 dmflow.chat 設計票據(ticket)系統,可以有效支援聊天機器人無法解決的複雜問題,順利轉交給真人客服處理,而真人客服不了...

15 November 2024

為什麼選擇 DMflow.chat 的表單功能?

為什麼選擇 DMflow.chat 的表單功能? 描述 DMflow.chat 表單功能是聊天機器人中一個不可忽視的重要工具,不僅支持靈活的數據管理,還能精準控管權限,為用戶提供一個安全且高效...

26 October 2024

如何使用DMflow.chat設定LINE RichMenu

如何使用DMflow.chat設定LINE RichMenu LINE Rich Menu(圖文選單)讓用戶能透過點擊進行快速操作,本篇將介紹如何透過DMflow.chat輕鬆設定。 LIN...