triage_payment_error
Analyze payment gateway errors to identify likely cause, severity, and retry safety. Provides recommended next steps for resolution.
Instructions
Triage a payment gateway error string or log excerpt. Returns the likely cause, what to check next, a severity, and whether a retry is safe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The error message, response body, or log excerpt. | |
| multiline | No | Treat the input as many log lines instead of one. |