tool place_order · 0.0ms · given: item= Chocolate Milk , quantity=1
args {"item": " Chocolate Milk ", "quantity": 1}
hook {"when": "pre", "by": "note_if_a_write", "note": "place_order is a write", "veto": null, "replacement": null}
hook {"when": "pre", "by": "normalize_item", "note": null, "veto": null, "replacement": {"item": "chocolate milk", "quantity": 1}}
hook {"when": "pre", "by": "refuse_unlisted_items", "note": null, "veto": "['chocolate milk'] is not in the catalog", "replacement": null}