Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from bundle
YAR (Одеса, вул. Шишкіна, 48/1): AI-підбір страв і напоїв + фото-лінки.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/preferences_profile_example.md
1# Generic preference profile (example)23Use this template for natural-language recommendation flow.45- preference_text: `<free-form request from user>`6- no_alcohol: `true|false`7- budget_uah: `<number or empty>`8- with_drink: `auto|yes|no`910## Example (free-form)1112```bash13python3 scripts/yar_menu_flow.py suggest \14--url https://yar.choiceqr.com/section:menu \15--preference-text "Потрібно щось легке на вечерю, без алкоголю, до 700 грн" \16--no-alcohol \17--budget 700 \18--with-drink auto19```2021## Hyperlink cards example2223```bash24python3 scripts/yar_menu_flow.py cards \25--url https://yar.choiceqr.com/section:menu \26--query "риба" \27--require-photo28```2930This output includes:31- `photo_markdown` (preferred hyperlink format)32- `photo_html` (fallback hyperlink format)33- `caption` (name + price + description)34