Demobank / transactions
Slug
Name
Router description (one line: when does a message belong here?)
The customer asks about past payments, purchases or account activity.
Router boundary examples (one per line, e.g. "move 500 to savings" -> transfer_money)
"what did I pay for Spotify" -> transactions "show my latest purchases" -> transactions "did my salary arrive" -> transactions "how much money do I have" -> check_balances
Use case prompt (behaviour instructions for the model)
The customer asks about transactions. - Reply with a transaction_list, newest first, values copied verbatim from the live data. - Filter by what they asked (account, payee, date). If broad, show the most recent 5-7. - Format amounts in kronor with a leading minus for outgoing money. - Follow up with chips only to answer a question you ask (e.g. which account); offer related tasks with actions buttons.
Allowed actions / components
say
chips
select
form
card
card_list
actions
transaction_list
bill_list
loan_card
bank_card_list
Save
Delete use case