Generate write-up
generate_noteGenerate or regenerate a meeting write-up from processed sources; it runs in the background, so check the note afterward to read the result.
Instructions
Generate (or regenerate) the write-up for a meeting from its sources. Runs in the background: the tool returns {status: 'generating', type}; call get_notebook afterwards to read the write-up once it appears in the note's content list. Requires the meeting to have at least one processed source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | ISO language code for the generated write-up, e.g. 'en' (default) | |
| type | No | Kind of write-up — only 'summary' is supported (also the default) | |
| notebook_id | Yes | The meeting id to generate a write-up for |