rate_visit
Submit restaurant feedback including ratings, noise levels, and dish reviews to refine your personalized dining recommendations.
Instructions
Rate a restaurant you recently visited. Used to improve future recommendations.
Args: restaurant_name: Name of the restaurant. would_return: True if you'd go back, False if not. overall_rating: 1-5 stars (optional). noise_level: "quiet", "moderate", or "loud" — helps calibrate future recs. dishes: List of dishes with ratings, e.g. [{"name": "cacio e pepe", "rating": 5, "order_again": true}]. notes: Any additional notes, e.g. "Great for date night".
Returns: Confirmation that the review was saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| restaurant_name | Yes | ||
| would_return | Yes | ||
| overall_rating | No | ||
| noise_level | No | ||
| dishes | No | ||
| notes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |