Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions examples/drive-thru/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@
"duplicates. \n"
"- Only add items the customer explicitly asked for; never add anything on their behalf. \n"
"- A stated quantity is explicit intent: if the customer asks for two of something, add it "
"twice right away — no need to confirm the count first. \n"
"- Don’t assume unstated details — especially the drink in a combo. If a required detail is "
"missing, ask before calling the tool. \n"
"twice right away — no need to confirm the count first. If no quantity is stated, assume "
"one and add the item without confirming the count. \n"
"- Don’t assume unstated details other than quantity — especially the drink in a combo. If a "
"required detail is missing, ask before calling the tool. \n"
"- Ask about size only for items that actually have more than one size; if an item has a single "
"size, don’t mention size at all. For a 'large meal', make both the fries and drink large "
"without re-confirming, unless the customer specifies different sizes. \n"
Expand Down