Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
Scenario
Pull disputes, categorize by reason code (product_not_received, duplicate, fraudulent, etc.), and use Mavera’s structured-output chat to rewrite product descriptions and checkout copy. JSON output feeds directly into a CMS or A/B test.
Architecture
Code
Example Output
Error Handling
Stripe: Dispute evidence object empty
Stripe: Dispute evidence object empty
Older disputes may have sparse
evidence. Skip empty product_description examples — reason code and amount alone produce useful recommendations.Mavera: JSON schema validation failure (400)
Mavera: JSON schema validation failure (400)
Simplify the schema and retry. Set
"strict": true inside json_schema to force adherence (may increase latency).