manage_group
Manage dining groups to organize companions and merge dietary restrictions for group restaurant reservations.
Instructions
Create, update, or remove a named group of dining companions.
Args: group_name: Name for the group, e.g. "work_team", "family". action: "add" to create/update, "remove" to delete the group. members: List of people names (must already be saved via manage_person).
Returns: Confirmation with group details and merged dietary restrictions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_name | Yes | ||
| action | No | add | |
| members | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |