Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,52 @@
"value": true,
"message": "RequiredFieldError"
},
"isPII": true
"isPII": true,
"rows": "40",
"additionalActions": [
{
"name": "generateSummary",
"label": "Generate Summary",
"type": "custom-contact-component",
"component": "generate-summary-button",
"saveable": false,
"props": {
"form": "caseInformation",
"item": "callSummary"
}
}
]
},
{
"name": "summaryAccuracy",
"label": "[For AI Summary only] How accurate was the summary written by AI?",
"type": "select",
"options": [
{
"value": "Unknown",
"label": ""
},
{
"value": "Very accurate",
"label": "Very accurate"
},
{
"value": "Somewhat accurate",
"label": "Somewhat accurate"
},
{
"value": "Not accurate",
"label": "Not accurate"
}
],
"isPII": false
},
{
"name": "summaryFeedback",
"label": "[For AI Summary only] Tell us more about your answer above.",
"type": "textarea",
"isPII": true,
"rows": "4"
},
{
"name": "actionTaken",
Expand Down
10 changes: 9 additions & 1 deletion plugin-hrm-form/src/translations/th.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,5 +688,13 @@
"Forms-ResourceReferralsList-Add": "เพิ่ม",
"Forms-ResourceReferralsList-Delete": "ลบ",
"Forms-FileUpload-InvalidFileTypeError": "ประเภทไฟล์ไม่ถูกต้อง อนุญาตเฉพาะไฟล์ PNG, JPG, JPEG, PDF, DOC และ DOCX เท่านั้น",
"Forms-FileUpload-FileSizeError": "ไฟล์มีขนาดเกินขนาดสูงสุด"
"Forms-FileUpload-FileSizeError": "ไฟล์มีขนาดเกินขนาดสูงสุด",
"ContactForms-TextArea-GenerateSummary": "สร้างสรุป",
"ContactForms-TextArea-LoadingSummary": "กำลังโหลด",
"LlmAssistant-Notifications-SummaryGenerationError": "เกิดข้อผิดพลาดในการสร้างสรุป: {{errorMessage}}",
"[For AI Summary only] How accurate was the summary written by AI?": "[สำหรับสรุปโดยปัญญาประดิษฐ์ (AI) เท่านั้น] สรุปที่สร้างโดย AI มีความแม่นยำเพียงใด?",
"Very accurate": "แม่นยำมาก",
"Somewhat accurate": "แม่นยำพอสมควร",
"Not accurate": "ไม่แม่นยำ",
"[For AI Summary only] Tell us more about your answer above.": "[สำหรับสรุปโดยปัญญาประดิษฐ์ (AI) เท่านั้น] กรุณาระบุรายละเอียดเพิ่มเติมเกี่ยวกับคำตอบข้างต้น"
}
Loading