Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EKMS_API_KEY | Yes | Your EKMS API key | |
| EKMS_API_URL | Yes | The URL of the EKMS API server |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_knowledge | 搜尋企業知識庫。支援三種搜尋模式:
知識類型包含:product_info(產品資訊)、faq(常見問題)、policy(政策規定)、 announcement(公告)、tutorial(教學)、troubleshooting(故障排除)、 best_practice(最佳實踐)、case_study(案例研究)、glossary(術語)、other(其他) |
| recommend_knowledge | 根據對話上下文和客戶特徵推薦相關知識。 可根據 Big Five 人格特質和健康分數進行個人化推薦:
|
| get_knowledge_item | 根據 ID 取得特定知識項目的完整內容,包含所有元資料和關聯知識 |
| list_knowledge_types | 列出所有可用的知識類型及其說明,用於了解知識庫結構 |
| list_customers | 列出知識庫中所有客戶名稱,用於過濾特定客戶的知識 |
| get_knowledge_graph | 取得特定知識項目的關聯圖譜,顯示與其他知識的關係 |
| record_knowledge_feedback | 記錄知識使用反饋,用於持續優化知識品質 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |