Tip Calculator
Bill split & tip.
Calculates tip and splits a bill across people.
type · tip_calculator
Runs entirely in the shell — no backend needed.
How to use it
Just ask for it in chat — the agent emits this widget and the shell renders it:
Try saying
“split a $120 bill 3 ways with 18% tip”
Example
The agent returns this A2UI component (inside the components array of a /chat response):
tip_calculator.json
{
"type": "tip_calculator",
"currency": "$"
}Properties
| Prop | Type | Description |
|---|---|---|
currency | string | Currency symbol |
Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.