log_visit
Log restaurant visits booked outside the system to maintain complete dining history and enable future reviews. Record date, party size, companions, and cuisine to enhance personalized recommendations.
Instructions
Log a restaurant visit (for places booked outside the system). Visits booked through this assistant are logged automatically.
Args: restaurant_name: Name of the restaurant you visited. date_str: Date of visit, e.g. "2026-02-10" or "last Tuesday" (default: today). party_size: Number of diners. companions: Names of who you dined with, e.g. ["Alice", "Bob"]. cuisine: Type of cuisine, e.g. "italian", "mexican".
Returns: Confirmation with visit ID for adding a review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| restaurant_name | Yes | ||
| date_str | No | ||
| party_size | No | ||
| companions | No | ||
| cuisine | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |