Customizing Error Messages for AI Agents
Hi Team,
Currently, when creating AI Agents, a generic error message is displayed:
"Sorry, the assistant is unavailable right now. If the issue persists, contact your help desk."
However, behind the scenes, the system is returning detailed error information like:
"o:errorDetails": [ { "detail": "You need to enter an absence date that's on a scheduled workday. (ANC-3405004)", "o:errorCode": "ANC:::ANC_TRANS_DT_NOT_WRK_DAY", "o:errorPath": "/startDateTime" }]
Is there a way to customize or map these backend error details into more user-friendly messages for the end users (e.g., Validation Errors, Authorization Errors, System Errors)?
If yes, could you please guide on the configuration or best practices for enabling this?
0