Apply suggestion from @greptile-apps[bot]
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
754f5de5e8
commit
5184475aff
@ -73,11 +73,12 @@ This draft defines only **three primitives** and their **minimal required fields
|
||||
"step_ids": ["step_2", "step_3"],
|
||||
"targets": ["airline_portal/account_123"],
|
||||
"capabilities": ["purchase", "submit_form"]
|
||||
},
|
||||
"limits": {
|
||||
"budget_usd": 800,
|
||||
"max_side_effects": 1
|
||||
},
|
||||
**Example (minimal JSON):**
|
||||
```json
|
||||
{
|
||||
"type": "confirm",
|
||||
"scope": "purchase",
|
||||
"limits": { "max_amount_usd": 200, "merchant_allowlist": ["United Airlines"] },
|
||||
"ttl_seconds": 900,
|
||||
"revocable": true,
|
||||
"risk_level": "high"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user