Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wu0up committed Dec 3, 2024
1 parent efa1795 commit 0230a61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/example_meeting_arr.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 會議安排團隊
**會議安排團隊的主要目的是幫助辦公室有效地預約會議,節省時間,並減少線下協商場地的需求。透過自動化的流程,團隊能夠快速找到合適的會議時間和地點,提升工作效率。
## 會議室安排團隊
**會議室安排團隊的主要目的是幫助辦公室有效地預約會議,節省時間,並減少線下協商場地的需求。透過自動化的流程,團隊能夠快速找到合適的會議時間和地點,提升工作效率。**

「User_available_time_check Agent」會使用api tools-/user_info,查詢使用者提到的人員的時間表。「meeting_room_available_time_check Agent」會使用api tools-/room_info,查詢使用者提到的時間區間的會議室狀況。「meeting_arrangement Agent」,當收到人員的calendar安排時間,找到空閒的時間(沒有標示在calendar上的時段);針對使用者空閒的時間,確認會議室的預約資料是否有空;提供三個時段及對應的會議室,符合:所有人員時間表有空閒且會議室有空的時段。**
**「User_available_time_check Agent」會使用api tools-/user_info,查詢使用者提到的人員的時間表。「meeting_room_available_time_check Agent」會使用api tools-/room_info,查詢使用者提到的時間區間的會議室狀況。「meeting_arrangement Agent」,當收到人員的calendar安排時間,找到空閒的時間(沒有標示在calendar上的時段);針對使用者空閒的時間,確認會議室的預約資料是否有空;提供三個時段及對應的會議室,符合:所有人員時間表有空閒且會議室有空的時段。**

此Agents掛載一個行事曆查詢的API工具,文件參考如下:
[OpenAPI JSON 文件](https://fake-meeting-room.datafabric.iii-ei-stack.com/openapi.json)
**此Agents掛載一個行事曆查詢的API工具,文件參考如下:
[OpenAPI JSON 文件](https://fake-meeting-room.datafabric.iii-ei-stack.com/openapi.json)**



Expand Down
2 changes: 1 addition & 1 deletion docs/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ API文件參考如下:
點選 `+新增工具`,並輸入以下內容:
- **名稱**:工具名稱,可以自行填寫
- **金鑰**`{token: eyJ0eXAiOiJK...}`
- **內容**:支援json,url,yaml,[下載 JSON 配置文件](.\example_data\openapi_tool_example.json)
- **內容**:支援json,url,yaml,[下載 JSON 配置文件](./example_data/openapi_tool_example.json)
- 選紅色框的列表,按送出。
- 儲存
![本地圖片](./images/777.png "本地圖片示例")
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav:
- 知識庫: kdb.md
- 工作室: wks.md
- 工作室串接: wks_deploy.md
- 工具的使用: tools.md
- API工具的使用: tools.md
- 範例:
- 如何使用知識庫_長照法規 AGENT 的創建: examples_rag.md
- 如何使用語音轉文字功能_語音轉文字_會議記錄小幫手: example_record.md
Expand Down

0 comments on commit 0230a61

Please sign in to comment.