Generic preference profile (example)
Use this template for natural-language recommendation flow.
- preference_text:
<free-form request from user> - no_alcohol:
true|false - budget_uah:
<number or empty> - with_drink:
auto|yes|no
Example (free-form)
python3 scripts/yar_menu_flow.py suggest \
--url https://yar.choiceqr.com/section:menu \
--preference-text "Потрібно щось легке на вечерю, без алкоголю, до 700 грн" \
--no-alcohol \
--budget 700 \
--with-drink autoHyperlink cards example
python3 scripts/yar_menu_flow.py cards \
--url https://yar.choiceqr.com/section:menu \
--query "риба" \
--require-photoThis output includes:
photo_markdown(preferred hyperlink format)photo_html(fallback hyperlink format)caption(name + price + description)