How To Use
Add the Error Explainer Agent module to your app.
Prepare a text input variable (UserInput) for the error message.
UserInput
Call the server action:
CallErrorExplainerAgent(UserInput, SessionId, Response)
Display the Response in a text widget or output area.
Response
Use Cases
API Debugging: Quickly understand HTTP errors like 400 Bad Request or 403 Unauthorized.
400 Bad Request
403 Unauthorized
AI Model Failures: Diagnose errors from AI connectors or models.
JSON Parse Errors: Identify serialization/deserialization issues.
Database Errors: Detect duplicate key or constraint violations.
Timeouts & Exceptions: Analyze performance or unexpected runtime errors.