meeting_conclude
Conclude a meeting to mark it as completed. Optionally validate that all expected participants have spoken before finalizing, or force conclude with a warning logged.
Instructions
Conclude a meeting, marking it as completed.
By default checks that all expected participants have spoken before concluding. Set force=True to override, but this will be recorded in the event log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force conclude even with missing participants (records warning event) | |
| summary | No | Optional conclusion summary text (stored in team memory) | |
| meeting_id | Yes | Meeting ID | |
| validate_attendance | No | Check that all expected participants have spoken (default True) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||