Skip to content
Merged
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion examples/drive-thru/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"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"
"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 — especially the drink in a combo. If a required detail is "

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Should we have a carve-out here to exclude quantity?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great idea, honestly I didn't think of it. I just implemented it though, it's a better path forward imo.

"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 "
Expand Down