fix(web): 遮罩 Agent readback 來源逐字內容標籤
All checks were successful
Code Review / ai-code-review (push) Successful in 14s
CD Pipeline / tests (push) Successful in 1m40s
CD Pipeline / build-and-deploy (push) Successful in 3m55s
CD Pipeline / post-deploy-checks (push) Successful in 2m19s

This commit is contained in:
Your Name
2026-06-25 18:53:37 +08:00
parent 13f8d0eb7c
commit 9dbe044ea1

View File

@@ -44,6 +44,9 @@ const PUBLIC_TEXT_REPLACEMENTS: Array<[RegExp, string]> = [
[/private_reasoning/gi, '已遮罩推理欄位'],
[/chain of thought/gi, '推理鏈內容'],
[/chain_of_thought/gi, '已遮罩推理鏈欄位'],
[/raw chat history/gi, '已遮罩來源內容'],
[/raw_chat_history/gi, '已遮罩來源欄位'],
[/raw conversations/gi, '已遮罩逐字內容'],
[/原始 runtime payload/gi, '已遮罩執行資料'],
[/raw runtime payload/gi, '已遮罩執行資料'],
[/raw_runtime_payload/gi, '已遮罩執行載荷欄位'],