Active Policies
PII Redaction
ปกปิดเลขโทรศัพท์ / email / เลข บัตร ปชช ก่อนส่งเข้าโมเดล
Financial Write Approval
ทุก tool ที่สร้าง/แก้ไขข้อมูล finance ต้องผ่าน approval
Role-Based Tool Access
จำกัด tool ตาม role (Admin / Sales / Engineer / Finance)
Rate Limit
จำกัด 20 requests / นาที / ผู้ใช้
Confidence Threshold
ปฏิเสธคำตอบที่ confidence ต่ำกว่า threshold
Audit Logging
บันทึกทุก interaction ลง audit trail
Role · Tool Matrix
Admin
*
Sales
lookup_inventoryget_customersforecast_demand
Engineer
get_service_ticketslookup_inventory
Finance
get_projectscreate_purchase_requestlookup_inventory
Viewer
lookup_inventory
Audit Log
| Timestamp | User | Role | Tool | Decision | Duration |
|---|---|---|---|---|---|
| 2025-05-20 09:14:22 | kanya@mw.co.th | Sales | get_customers | allow | 320ms |
| 2025-05-20 09:18:01 | somchai@mw.co.th | Engineer | get_service_tickets | allow | 180ms |
| 2025-05-20 09:22:44 | narin@mw.co.th | Finance | create_purchase_request | approval_required | — |
| 2025-05-20 09:23:12 | narin@mw.co.th | Finance | create_purchase_request | approved | 1.2s |
| 2025-05-20 09:31:08 | guest@mw.co.th | Viewer | adjust_stock | block (RBAC) | — |
| 2025-05-20 09:45:50 | kanya@mw.co.th | Sales | lookup_inventory | allow | 210ms |
| 2025-05-20 10:02:33 | somchai@mw.co.th | Engineer | forecast_demand | allow | 420ms |