parse_wallet
Parse free-text points balances into structured wallet entries, flagging unrecognized or ambiguous details for user review.
Instructions
Turn free text about points balances into structured wallet entries.
Example input: "I have 250k Amex MR, 80k Chase, and my wife has 60k Alaska". Returns {"balances": [{owner, program, balance, expires}], "unrecognized": [...], "needs_clarification": [...]}. Anything ambiguous lands in the latter two lists instead of being guessed — show it to the user rather than dropping it. If you already know the balances in structured form, skip this and build the wallet directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |